mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merged migration files
This commit is contained in:
parent
24f4c95060
commit
12a97204b1
16
InvenTree/customer/migrations/0005_merge_20180417_1517.py
Normal file
16
InvenTree/customer/migrations/0005_merge_20180417_1517.py
Normal file
@ -0,0 +1,16 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.12 on 2018-04-17 15:17
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('customer', '0002_auto_20180417_1436'),
|
||||
('customer', '0004_auto_20180417_1516'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
16
InvenTree/supplier/migrations/0013_merge_20180417_1517.py
Normal file
16
InvenTree/supplier/migrations/0013_merge_20180417_1517.py
Normal file
@ -0,0 +1,16 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.12 on 2018-04-17 15:17
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('supplier', '0009_auto_20180417_1516'),
|
||||
('supplier', '0012_auto_20180417_1447'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
Loading…
Reference in New Issue
Block a user