mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Merged master and company migrations
This commit is contained in:
@ -109,11 +109,11 @@ class TestManufacturerField(MigratorTestCase):
|
||||
|
||||
class TestManufacturerPart(MigratorTestCase):
|
||||
"""
|
||||
Tests for migration 0033 and 0034 which added and transitioned to the ManufacturerPart model
|
||||
Tests for migration 0034 and 0035 which added and transitioned to the ManufacturerPart model
|
||||
"""
|
||||
|
||||
migrate_from = ('company', '0032_auto_20210403_1837')
|
||||
migrate_to = ('company', '0034_supplierpart_update')
|
||||
migrate_from = ('company', '0033_auto_20210410_1528')
|
||||
migrate_to = ('company', '0035_supplierpart_update')
|
||||
|
||||
def prepare(self):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user