add merge of migrations
This commit is contained in:
parent
6bf40cc793
commit
3e0fad2139
14
apps/product/migrations/0020_merge_20191209_0911.py
Normal file
14
apps/product/migrations/0020_merge_20191209_0911.py
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Generated by Django 2.2.7 on 2019-12-09 09:11
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('product', '0019_auto_20191204_1420'),
|
||||||
|
('product', '0019_product_serial_number'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user