From 7ae85913c3535a37ec7cd04fd55a364a0d55e37a Mon Sep 17 00:00:00 2001 From: Paarth Shah Date: Wed, 21 Aug 2024 12:41:08 -0700 Subject: [PATCH] Revert "Code review: remove index name too" This reverts commit 1a6de34d530a0d9c7240ddf9bf6ca0b93ab1d80a. --- easyaudit/migrations/0004_auto_20170620_1354.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyaudit/migrations/0004_auto_20170620_1354.py b/easyaudit/migrations/0004_auto_20170620_1354.py index 823c6da..b5ca5db 100644 --- a/easyaudit/migrations/0004_auto_20170620_1354.py +++ b/easyaudit/migrations/0004_auto_20170620_1354.py @@ -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'), ), ]