2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

AND AGAIN

Use --fake to force the migration
This commit is contained in:
Oliver Walters
2019-05-20 22:24:18 +10:00
parent ee2ddbf512
commit 4bde00d925
7 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# Generated by Django 2.2 on 2019-05-20 09:22
# Generated by Django 2.2 on 2019-05-20 12:04
import django.core.validators
from django.db import migrations, models

View File

@ -1,4 +1,4 @@
# Generated by Django 2.2 on 2019-05-20 09:22
# Generated by Django 2.2 on 2019-05-20 12:04
from django.conf import settings
from django.db import migrations, models
@ -10,10 +10,10 @@ class Migration(migrations.Migration):
initial = True
dependencies = [
('stock', '0001_initial'),
('part', '0001_initial'),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('build', '0001_initial'),
('stock', '0001_initial'),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
]
operations = [