Skip to content

Commit

Permalink
Code review: remove index name too
Browse files Browse the repository at this point in the history
  • Loading branch information
PaarthShah committed Sep 15, 2024
1 parent da2eea3 commit bbd4974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyaudit/migrations/0004_auto_20170620_1354.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ class Migration(migrations.Migration):
operations = [
migrations.AddIndex(
model_name='crudevent',
index=models.Index(fields=['object_id', 'content_type'], name='easyaudit_c_object__82020b_idx'),
index=models.Index(fields=['object_id', 'content_type']),
),
]

0 comments on commit bbd4974

Please sign in to comment.