mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-07 23:28:16 -05:00
fixed missing field
This commit is contained in:
@@ -140,5 +140,10 @@ class Migration(migrations.Migration):
|
|||||||
old_name='ignore_shopping',
|
old_name='ignore_shopping',
|
||||||
new_name='food_onhand',
|
new_name='food_onhand',
|
||||||
),
|
),
|
||||||
|
migrations.AddField(
|
||||||
|
model_name='space',
|
||||||
|
name='show_facet_count',
|
||||||
|
field=models.BooleanField(default=False),
|
||||||
|
),
|
||||||
migrations.RunPython(copy_values_to_sle),
|
migrations.RunPython(copy_values_to_sle),
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user