Skip to content

Commit

Permalink
Revert "Code review: remove index name too"
Browse files Browse the repository at this point in the history
This reverts commit 1a6de34.
  • Loading branch information
PaarthShah committed Sep 15, 2024
1 parent bbd4974 commit 0270a05
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']),
index=models.Index(fields=['object_id', 'content_type'], name='easyaudit_c_object__82020b_idx'),
),
]

0 comments on commit 0270a05

Please sign in to comment.