assert was positive when it should be negative, fixed
This commit is contained in:
parent
851df6214e
commit
cbf29f2d58
@ -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()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user