From 3e0fad21391560488e679ba31edd05ee45427d95 Mon Sep 17 00:00:00 2001 From: Dmitriy Kuzmenko Date: Mon, 9 Dec 2019 12:14:55 +0300 Subject: [PATCH] add merge of migrations --- .../product/migrations/0020_merge_20191209_0911.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 apps/product/migrations/0020_merge_20191209_0911.py diff --git a/apps/product/migrations/0020_merge_20191209_0911.py b/apps/product/migrations/0020_merge_20191209_0911.py new file mode 100644 index 00000000..b8c83246 --- /dev/null +++ b/apps/product/migrations/0020_merge_20191209_0911.py @@ -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 = [ + ]