Skip to content

Commit 2a7e5e9

Browse files
committed
fix missed renaming from revision 98d3bf8ffb19 done 2004-04-18
1 parent 0d571e0 commit 2a7e5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/backends/back_postgresql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def fix_version_7_tables(self):
304304
sql = 'alter table otks alter column otk_time type float'
305305
self.sql(sql)
306306

307-
def add_actor_column(self):
307+
def add_new_columns_v2(self):
308308
# update existing tables to have the new actor column
309309
tables = self.database_schema['tables']
310310
for name in tables:

0 commit comments

Comments
 (0)