updated migration

This commit is contained in:
smilerz
2021-04-11 21:22:56 -05:00
parent 3e4e55e9c5
commit 461d53671c
4 changed files with 6 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ class Migration(migrations.Migration):
dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('cookbook', '0117_space_max_recipes'),
('cookbook', '0119_auto_20210411_2101'),
]
operations = [