2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-04 20:51:00 +00:00

Merged master and company migrations

This commit is contained in:
eeintech
2021-04-12 11:10:35 -04:00
59 changed files with 1152 additions and 189 deletions

View File

@ -1,4 +1,4 @@
# Generated by Django 3.0.7 on 2021-04-08 17:18
# Generated by Django 3.0.7 on 2021-04-10 05:28
from django.db import migrations, models
@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('company', '0034_supplierpart_update'),
('company', '0032_auto_20210403_1837'),
]
operations = [

View File

@ -6,7 +6,7 @@ import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('company', '0032_auto_20210403_1837'),
('company', '0033_auto_20210410_1528'),
]
operations = [

View File

@ -71,8 +71,8 @@ def supplierpart_make_manufacturer_parts(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('company', '0032_auto_20210403_1837'),
('company', '0033_manufacturerpart'),
('company', '0033_auto_20210410_1528'),
('company', '0034_manufacturerpart'),
]
operations = [