From abecc6f99a8009dbe0f459ea8c7bdf3071502fda Mon Sep 17 00:00:00 2001 From: evgeniy-st Date: Sun, 1 Sep 2019 14:42:41 +0300 Subject: [PATCH] update migrations --- .../migrations/0009_merge_20190901_1132.py | 14 -------------- ...20190901_1132.py => 0010_auto_20190901_1142.py} | 4 ++-- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 apps/establishment/migrations/0009_merge_20190901_1132.py rename apps/establishment/migrations/{0010_auto_20190901_1132.py => 0010_auto_20190901_1142.py} (97%) diff --git a/apps/establishment/migrations/0009_merge_20190901_1132.py b/apps/establishment/migrations/0009_merge_20190901_1132.py deleted file mode 100644 index 13be40d7..00000000 --- a/apps/establishment/migrations/0009_merge_20190901_1132.py +++ /dev/null @@ -1,14 +0,0 @@ -# Generated by Django 2.2.4 on 2019-09-01 11:32 - -from django.db import migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('establishment', '0008_contactemail_contactphone'), - ('establishment', '0006_comment'), - ] - - operations = [ - ] diff --git a/apps/establishment/migrations/0010_auto_20190901_1132.py b/apps/establishment/migrations/0010_auto_20190901_1142.py similarity index 97% rename from apps/establishment/migrations/0010_auto_20190901_1132.py rename to apps/establishment/migrations/0010_auto_20190901_1142.py index c588a012..9a76424b 100644 --- a/apps/establishment/migrations/0010_auto_20190901_1132.py +++ b/apps/establishment/migrations/0010_auto_20190901_1142.py @@ -1,4 +1,4 @@ -# Generated by Django 2.2.4 on 2019-09-01 11:32 +# Generated by Django 2.2.4 on 2019-09-01 11:42 from django.conf import settings from django.db import migrations, models @@ -11,7 +11,7 @@ class Migration(migrations.Migration): dependencies = [ migrations.swappable_dependency(settings.AUTH_USER_MODEL), - ('establishment', '0009_merge_20190901_1132'), + ('establishment', '0009_merge_20190901_1131'), ] operations = [