mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
Rebuilt migrations again (arrrrrrrrrrrrrrrrrrrrrrrrrrgh never do this)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# Generated by Django 2.2 on 2019-05-18 14:04
|
||||
# Generated by Django 2.2 on 2019-05-20 09:22
|
||||
|
||||
import company.models
|
||||
import django.core.validators
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Generated by Django 2.2 on 2019-05-18 14:04
|
||||
# Generated by Django 2.2 on 2019-05-20 09:22
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
@ -9,8 +9,8 @@ class Migration(migrations.Migration):
|
||||
initial = True
|
||||
|
||||
dependencies = [
|
||||
('company', '0001_initial'),
|
||||
('part', '0001_initial'),
|
||||
('company', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
Reference in New Issue
Block a user