mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-04 20:51:00 +00:00
Updated migrations after merge with master
This commit is contained in:
@ -6,7 +6,7 @@ import django.db.models.deletion
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('company', '0031_auto_20210103_2215'),
|
||||
('company', '0032_auto_20210403_1837'),
|
||||
]
|
||||
|
||||
operations = [
|
@ -71,7 +71,8 @@ def supplierpart_make_manufacturer_parts(apps, schema_editor):
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('company', '0032_manufacturerpart'),
|
||||
('company', '0032_auto_20210403_1837'),
|
||||
('company', '0033_manufacturerpart'),
|
||||
]
|
||||
|
||||
operations = [
|
Reference in New Issue
Block a user