mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
working on migrations
This commit is contained in:
@@ -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(
|
||||
@@ -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 = [
|
||||
Reference in New Issue
Block a user