From 6353885f9caab1771ad55453a58e0273a30cb85b Mon Sep 17 00:00:00 2001 From: smilerz Date: Fri, 25 Aug 2023 08:10:21 -0500 Subject: [PATCH] update migrations after rebase --- ...er_propertytype_options_alter_automation_type_and_more.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename cookbook/migrations/{0197_alter_automation_type_and_more.py => 0199_alter_propertytype_options_alter_automation_type_and_more.py} (90%) diff --git a/cookbook/migrations/0197_alter_automation_type_and_more.py b/cookbook/migrations/0199_alter_propertytype_options_alter_automation_type_and_more.py similarity index 90% rename from cookbook/migrations/0197_alter_automation_type_and_more.py rename to cookbook/migrations/0199_alter_propertytype_options_alter_automation_type_and_more.py index f16070058..56da9d2ab 100644 --- a/cookbook/migrations/0197_alter_automation_type_and_more.py +++ b/cookbook/migrations/0199_alter_propertytype_options_alter_automation_type_and_more.py @@ -1,4 +1,4 @@ -# Generated by Django 4.1.10 on 2023-08-10 14:05 +# Generated by Django 4.1.10 on 2023-08-25 13:05 from django.db import migrations, models @@ -6,7 +6,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ('cookbook', '0196_food_url'), + ('cookbook', '0198_propertytype_order'), ] operations = [