(fixes issue 125)
This commit is contained in:
Jan Dittberner 2011-10-28 12:25:22 +02:00
commit a48190c006

View File

@ -37,7 +37,7 @@ class SQLiteHelper(SQLiteCommon):
insertion_string = self._modify_table(table, column, delta)
table.create()
table.create(bind=self.connection)
self.append(insertion_string % {'table_name': table_name})
self.execute()
self.append('DROP TABLE migration_tmp')