We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d571e0 commit 2a7e5e9Copy full SHA for 2a7e5e9
roundup/backends/back_postgresql.py
@@ -304,7 +304,7 @@ def fix_version_7_tables(self):
304
sql = 'alter table otks alter column otk_time type float'
305
self.sql(sql)
306
307
- def add_actor_column(self):
+ def add_new_columns_v2(self):
308
# update existing tables to have the new actor column
309
tables = self.database_schema['tables']
310
for name in tables:
0 commit comments