Skip to content

Commit bff088e

Browse files
committed
Don't try to rename the index twice
1 parent e4c75c4 commit bff088e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

wger/nutrition/migrations/0022_add_remote_id_increase_author_field_length.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ class Migration(migrations.Migration):
2020
]
2121

2222
operations = [
23-
migrations.RenameIndex(
24-
model_name='ingredient',
25-
new_name='nutrition_i_name_8f538f_gin',
26-
old_name='nutrition_i_search__f274b7_gin',
27-
),
2823
migrations.AddField(
2924
model_name='ingredient',
3025
name='remote_id',

0 commit comments

Comments
 (0)