From d932df4392a306baeea50a2605d124cb23294df6 Mon Sep 17 00:00:00 2001 From: "a.feteleu" Date: Wed, 20 Nov 2019 10:07:23 +0300 Subject: [PATCH] add unknown migrations from developm server:-( --- .../migrations/0028_merge_20191118_1507.py | 14 ++++++++++++++ .../migrations/0029_merge_20191119_1438.py | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 apps/location/migrations/0028_merge_20191118_1507.py create mode 100644 apps/location/migrations/0029_merge_20191119_1438.py diff --git a/apps/location/migrations/0028_merge_20191118_1507.py b/apps/location/migrations/0028_merge_20191118_1507.py new file mode 100644 index 00000000..f7b41a63 --- /dev/null +++ b/apps/location/migrations/0028_merge_20191118_1507.py @@ -0,0 +1,14 @@ +# Generated by Django 2.2.7 on 2019-11-18 15:07 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('location', '0027_auto_20191118_1313'), + ('location', '0027_auto_20191118_1011'), + ] + + operations = [ + ] diff --git a/apps/location/migrations/0029_merge_20191119_1438.py b/apps/location/migrations/0029_merge_20191119_1438.py new file mode 100644 index 00000000..666abc64 --- /dev/null +++ b/apps/location/migrations/0029_merge_20191119_1438.py @@ -0,0 +1,14 @@ +# Generated by Django 2.2.7 on 2019-11-19 14:38 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('location', '0028_merge_20191119_0647'), + ('location', '0028_merge_20191118_1507'), + ] + + operations = [ + ]