Add KJ user preference

This commit is contained in:
xeals
2021-10-25 17:25:35 +11:00
parent e33daf7b3e
commit b1b770c9e5
5 changed files with 25 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 3.2.7 on 2021-10-25 05:21
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('cookbook', '0157_alter_searchpreference_trigram'),
]
operations = [
migrations.AddField(
model_name='userpreference',
name='use_kj',
field=models.BooleanField(default=False),
),
]