mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
fixed migrations
This commit is contained in:
@@ -28,7 +28,7 @@ def set_default_search_vector(apps, schema_editor):
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('auth', '0012_alter_user_first_name_max_length'),
|
||||
('cookbook', '0123_invitelink_email'),
|
||||
('cookbook', '0126_alter_userpreference_theme'),
|
||||
]
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
@@ -13,7 +13,7 @@ def create_searchfields(apps, schema_editor):
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cookbook', '0124_build_full_text_index'),
|
||||
('cookbook', '0127_build_full_text_index'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Reference in New Issue
Block a user