another db -> db.bind fix.

This commit is contained in:
Christopher Allan Webber 2012-01-29 17:00:39 -06:00
parent f3791a9490
commit 16d4dce9e9

View File

@ -261,4 +261,4 @@ def assure_migrations_table_setup(db):
if not MigrationData.__table__.exists(db.bind):
MigrationData.metadata.create_all(
db, tables=[MigrationData.__table__])
db.bind, tables=[MigrationData.__table__])