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), ), ]