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 authored and jheld committed Sep 15, 2024
1 parent cb379c1 commit 7ae8591
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'),
),
]

11 comments on commit 7ae8591

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL82922373% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
50 0 💤 0 ❌ 0 🔥 3.743s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL82922273% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
50 0 💤 0 ❌ 0 🔥 3.583s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL83122373% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
50 0 💤 0 ❌ 0 🔥 3.582s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL83122373% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
50 0 💤 0 ❌ 0 🔥 3.967s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL83122373% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
50 0 💤 0 ❌ 0 🔥 4.061s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL83122373% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
50 0 💤 0 ❌ 0 🔥 3.802s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL83122373% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
50 0 💤 0 ❌ 0 🔥 4.164s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL83122373% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
50 0 💤 0 ❌ 0 🔥 3.799s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL83122373% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
50 0 💤 0 ❌ 0 🔥 4.410s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL83122373% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
50 0 💤 0 ❌ 0 🔥 4.645s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL83122373% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
50 0 💤 0 ❌ 0 🔥 4.961s ⏱️

Please sign in to comment.