mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-16 17:28:11 +00:00
Fix reference target
This commit is contained in:
@@ -86,7 +86,7 @@ class TestReferencePatternMigration(MigratorTestCase):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
migrate_from = ('build', '0019_auto_20201019_1302')
|
migrate_from = ('build', '0019_auto_20201019_1302')
|
||||||
migrate_to = ('build', '0022_buildorderattachment')
|
migrate_to = ('build', '0037_build_priority')
|
||||||
|
|
||||||
def prepare(self):
|
def prepare(self):
|
||||||
"""Create some initial data prior to migration."""
|
"""Create some initial data prior to migration."""
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ class TestScheduledForDeletionMigration(MigratorTestCase):
|
|||||||
"""Test data migration for removing 'scheduled_for_deletion' field."""
|
"""Test data migration for removing 'scheduled_for_deletion' field."""
|
||||||
|
|
||||||
migrate_from = ('stock', '0066_stockitem_scheduled_for_deletion')
|
migrate_from = ('stock', '0066_stockitem_scheduled_for_deletion')
|
||||||
migrate_to = ('stock', '0069_auto_20211109_2347')
|
migrate_to = ('stock', '0073_alter_stockitem_belongs_to')
|
||||||
|
|
||||||
def prepare(self):
|
def prepare(self):
|
||||||
"""Create some initial stock items."""
|
"""Create some initial stock items."""
|
||||||
|
|||||||
Reference in New Issue
Block a user