Mercurial > p > roundup > code
diff roundup/backends/back_postgresql.py @ 6913:b0dbc13a835a
fix missed renaming from revision 98d3bf8ffb19 done 2004-04-18
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 04 Sep 2022 00:43:29 -0400 |
| parents | bdd28b244839 |
| children | b5062cb5c2a2 |
line wrap: on
line diff
--- a/roundup/backends/back_postgresql.py Sat Sep 03 22:35:09 2022 -0400 +++ b/roundup/backends/back_postgresql.py Sun Sep 04 00:43:29 2022 -0400 @@ -304,7 +304,7 @@ sql = 'alter table otks alter column otk_time type float' self.sql(sql) - def add_actor_column(self): + def add_new_columns_v2(self): # update existing tables to have the new actor column tables = self.database_schema['tables'] for name in tables:
