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 = [

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 company.models
import django.core.validators

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.db import migrations, models
import django.db.models.deletion

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 InvenTree.validators
from django.conf import settings

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,9 +10,9 @@ class Migration(migrations.Migration):
initial = True
dependencies = [
('company', '0002_auto_20190520_1922'),
('stock', '0001_initial'),
('part', '0001_initial'),
('company', '0002_auto_20190520_2204'),
('stock', '0001_initial'),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
]

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
import django.core.validators