20 lines
487 B
Python
20 lines
487 B
Python
# Generated by Django 3.2.11 on 2022-01-17 22:23
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('cookbook', '0163_auto_20220105_0758'),
|
|
]
|
|
|
|
operations = [
|
|
# migrations.AddField(
|
|
# model_name='space',
|
|
# name='show_facet_count',
|
|
# field=models.BooleanField(default=False),
|
|
# ),
|
|
# removed due to quick fix in 0159 migration to maintain correct order
|
|
]
|