merge e5bd2821eea8 from https://code.google.com/r/alyazdi-patches/
(fixes issue 125)
This commit is contained in:
commit
a48190c006
@ -37,7 +37,7 @@ class SQLiteHelper(SQLiteCommon):
|
|||||||
|
|
||||||
insertion_string = self._modify_table(table, column, delta)
|
insertion_string = self._modify_table(table, column, delta)
|
||||||
|
|
||||||
table.create()
|
table.create(bind=self.connection)
|
||||||
self.append(insertion_string % {'table_name': table_name})
|
self.append(insertion_string % {'table_name': table_name})
|
||||||
self.execute()
|
self.execute()
|
||||||
self.append('DROP TABLE migration_tmp')
|
self.append('DROP TABLE migration_tmp')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user