assert was positive when it should be negative, fixed
This commit is contained in:
@@ -107,7 +107,7 @@ class MigrationManager(object):
|
|||||||
Note that this will fail if there's no migration record for
|
Note that this will fail if there's no migration record for
|
||||||
this class!
|
this class!
|
||||||
"""
|
"""
|
||||||
assert self.database_current_migration is None
|
assert self.database_current_migration is not None
|
||||||
|
|
||||||
db_current_migration = self.database_current_migration()
|
db_current_migration = self.database_current_migration()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user