mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 13:19:16 -05:00
another small migration fix
This commit is contained in:
@@ -10,9 +10,10 @@ class Migration(migrations.Migration):
|
|||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
migrations.AddField(
|
# migrations.AddField(
|
||||||
model_name='space',
|
# model_name='space',
|
||||||
name='show_facet_count',
|
# name='show_facet_count',
|
||||||
field=models.BooleanField(default=False),
|
# field=models.BooleanField(default=False),
|
||||||
),
|
# ),
|
||||||
|
# removed due to quick fix in 0156 migration to maintain correct order
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user