Compare commits

..

1 Commits

Author SHA1 Message Date
vabene1111
8c49e6ba18 another small migration fix 2022-01-25 15:29:36 +01:00

View File

@@ -10,9 +10,10 @@ class Migration(migrations.Migration):
]
operations = [
migrations.AddField(
model_name='space',
name='show_facet_count',
field=models.BooleanField(default=False),
),
# migrations.AddField(
# model_name='space',
# name='show_facet_count',
# field=models.BooleanField(default=False),
# ),
# removed due to quick fix in 0156 migration to maintain correct order
]