Skip to content

Commit

Permalink
Automatic linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Github-actions committed May 25, 2024
1 parent 98be7ea commit 2b6c528
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wger/nutrition/migrations/0020_full_text_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ class Migration(migrations.Migration):
migrations.AddIndex(
model_name='ingredient',
index=django.contrib.postgres.indexes.GinIndex(
fields=['name'],
name='nutrition_i_search__f274b7_gin'
fields=['name'], name='nutrition_i_search__f274b7_gin'
),
),
]

0 comments on commit 2b6c528

Please sign in to comment.