update migration for new Automation Types

This commit is contained in:
smilerz 2023-09-01 12:04:04 -05:00
parent 4620ebaf30
commit 36403ecbae
No known key found for this signature in database
GPG Key ID: 39444C7606D47126

View File

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