We should *raise* MissingCurrentMigration :)
Thanks for the catch, Elrond.
This commit is contained in:
parent
c2ddd85e4a
commit
511b10efda
@ -173,7 +173,7 @@ class MigrationManager(object):
|
|||||||
with the 'current_migration', throw an error.
|
with the 'current_migration', throw an error.
|
||||||
"""
|
"""
|
||||||
if self.database_current_migration() is None:
|
if self.database_current_migration() is None:
|
||||||
MissingCurrentMigration(
|
raise MissingCurrentMigration(
|
||||||
"Tried to call function which requires "
|
"Tried to call function which requires "
|
||||||
"'current_migration' set in database")
|
"'current_migration' set in database")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user