working on migrations

This commit is contained in:
vabene1111
2021-06-30 15:14:37 +02:00
committed by smilerz
parent 8d7fc38405
commit 2c3e722458
3 changed files with 7 additions and 7 deletions

View File

@@ -27,8 +27,7 @@ def set_default_search_vector(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('auth', '0012_alter_user_first_name_max_length'),
('cookbook', '0126_alter_userpreference_theme'),
('cookbook', '0140_userpreference_created_at'),
]
operations = [
migrations.AddField(

View File

@@ -13,7 +13,7 @@ def create_searchfields(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('cookbook', '0127_build_full_text_index'),
('cookbook', '0141_build_full_text_index'),
]
operations = [