From 36403ecbae54c043b22c36cb3a9a68c05a268f60 Mon Sep 17 00:00:00 2001 From: smilerz Date: Fri, 1 Sep 2023 12:04:04 -0500 Subject: [PATCH] update migration for new Automation Types --- ...propertytype_options_alter_automation_type_and_more.py} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename cookbook/migrations/{0199_alter_automation_type.py => 0199_alter_propertytype_options_alter_automation_type_and_more.py} (78%) diff --git a/cookbook/migrations/0199_alter_automation_type.py b/cookbook/migrations/0199_alter_propertytype_options_alter_automation_type_and_more.py similarity index 78% rename from cookbook/migrations/0199_alter_automation_type.py rename to cookbook/migrations/0199_alter_propertytype_options_alter_automation_type_and_more.py index 47a42123..39734349 100644 --- a/cookbook/migrations/0199_alter_automation_type.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-25 13:05 +# Generated by Django 4.1.10 on 2023-09-01 17:03 from django.db import migrations, models @@ -22,8 +22,9 @@ class Migration(migrations.Migration): ('INSTRUCTION_REPLACE', 'Instruction Replace'), ('NEVER_UNIT', 'Never Unit'), ('TRANSPOSE_WORDS', 'Transpose Words'), - ('NAME_REPLACE', 'Name Replace') - ], + ('FOOD_REPLACE', 'Food Replace'), + ('UNIT_REPLACE', 'Unit Replace'), + ('NAME_REPLACE', 'Name Replace')], max_length=128), ), ]