mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
AND AGAIN
Use --fake to force the migration
This commit is contained in:
parent
ee2ddbf512
commit
4bde00d925
@ -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
|
||||
|
@ -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 = [
|
@ -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
|
||||
|
@ -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
|
@ -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
|
||||
|
@ -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),
|
||||
]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user