add merge of migrations

This commit is contained in:
Dmitriy Kuzmenko 2019-12-09 12:14:55 +03:00
parent 6bf40cc793
commit 3e0fad2139

View 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 = [
]