mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 21:37:49 -05:00
fixed migrations
This commit is contained in:
@@ -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 = [
|
||||
|
||||
@@ -27,7 +27,7 @@ def backwards(apps, schema_editor):
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cookbook', '0147_auto_20210813_1829'),
|
||||
('cookbook', '0149_fix_leading_trailing_spaces'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Reference in New Issue
Block a user