fixed migrations

This commit is contained in:
smilerz
2021-08-24 22:53:21 -05:00
parent bf3feef707
commit d7d552c5c5
3 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ def backwards(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('cookbook', '0148_food_to_tree'),
('cookbook', '0148_auto_20210813_1829'),
]
operations = [