mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Updated migrations after merge with master
This commit is contained in:
parent
f39928368e
commit
63ade51c6c
@ -6,7 +6,7 @@ import django.db.models.deletion
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('company', '0031_auto_20210103_2215'),
|
('company', '0032_auto_20210403_1837'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
@ -71,7 +71,8 @@ def supplierpart_make_manufacturer_parts(apps, schema_editor):
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('company', '0032_manufacturerpart'),
|
('company', '0032_auto_20210403_1837'),
|
||||||
|
('company', '0033_manufacturerpart'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
@ -109,11 +109,11 @@ class TestManufacturerField(MigratorTestCase):
|
|||||||
|
|
||||||
class TestManufacturerPart(MigratorTestCase):
|
class TestManufacturerPart(MigratorTestCase):
|
||||||
"""
|
"""
|
||||||
Tests for migration 0032 and 0033 which added ManufacturerPart model
|
Tests for migration 0033 and 0034 which added and transitioned to the ManufacturerPart model
|
||||||
"""
|
"""
|
||||||
|
|
||||||
migrate_from = ('company', '0031_auto_20210103_2215')
|
migrate_from = ('company', '0032_auto_20210403_1837')
|
||||||
migrate_to = ('company', '0033_supplierpart_update')
|
migrate_to = ('company', '0034_supplierpart_update')
|
||||||
|
|
||||||
def prepare(self):
|
def prepare(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user