update migration for new Automation Types
This commit is contained in:
parent
4620ebaf30
commit
36403ecbae
@ -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),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user