mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fixes for migration tests
This commit is contained in:
parent
3c3dd9368d
commit
6b29e60494
@ -8,13 +8,13 @@ from InvenTree import helpers
|
||||
from InvenTree.status_codes import SalesOrderStatus
|
||||
|
||||
|
||||
class TestForwardMigrations(MigratorTestCase):
|
||||
class TestRefIntMigrations(MigratorTestCase):
|
||||
"""
|
||||
Test entire schema migration
|
||||
"""
|
||||
|
||||
migrate_from = ('order', helpers.getOldestMigrationFile('order'))
|
||||
migrate_to = ('order', helpers.getNewestMigrationFile('order'))
|
||||
migrate_from = ('order', '0040_salesorder_target_date')
|
||||
migrate_to = ('order', '0061_merge_0054_auto_20211201_2139_0060_auto_20211129_1339')
|
||||
|
||||
def prepare(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user