updated migration

This commit is contained in:
smilerz
2021-04-11 21:22:56 -05:00
parent 7ab8b84044
commit 43c808380d
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 = [