2
0
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:
Oliver Walters
2025-12-02 06:55:16 +00:00
parent ad289ee176
commit 89b4e83c49
2 changed files with 2 additions and 2 deletions

View File

@@ -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."""

View File

@@ -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."""