mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 02:25:38 +00:00
Merged migration files
This commit is contained in:
InvenTree
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 = [
|
||||
]
|
Reference in New Issue
Block a user