2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00

fix migration check

This commit is contained in:
Matthias Mair
2024-12-25 13:38:15 +01:00
parent 97522d971f
commit e9cd910c51

View File

@ -29,8 +29,8 @@ class TestForwardMigrations(MigratorTestCase):
class MFAMigrations(MigratorTestCase):
"""Test entire schema migration sequence for the users app."""
migrate_from = ('users', '0011_auto_20240119_1659')
migrate_to = ('users', '0012_migrate_mfa_20240408_1659')
migrate_from = ('users', '0012_alter_ruleset_can_view')
migrate_to = ('users', '0013_migrate_mfa_20240408_1659')
def prepare(self):
"""Setup the initial state of the database before migrations."""