2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Split supplier part update migration and added reverse method for manufacturer data

This commit is contained in:
eeintech
2021-04-13 10:25:53 -04:00
parent 42a73576da
commit 1e6c6c678f
4 changed files with 73 additions and 19 deletions

View File

@ -109,11 +109,11 @@ class TestManufacturerField(MigratorTestCase):
class TestManufacturerPart(MigratorTestCase):
"""
Tests for migration 0034 and 0035 which added and transitioned to the ManufacturerPart model
Tests for migration 0034-0037 which added and transitioned to the ManufacturerPart model
"""
migrate_from = ('company', '0033_auto_20210410_1528')
migrate_to = ('company', '0035_supplierpart_update')
migrate_to = ('company', '0037_supplierpart_update_3')
def prepare(self):
"""