Commit that new migration record ;)

This commit is contained in:
Christopher Allan Webber 2012-01-02 13:36:19 -06:00
parent b0ec21bff3
commit 09dcc34c95

View File

@ -140,6 +140,7 @@ class MigrationManager(object):
self.migration_model(
name=self.name,
version=self.latest_migration())
self.database.commit()
def dry_run(self):
"""