mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Remove duplicated index
This commit is contained in:
@@ -159,7 +159,6 @@ class WorkflowJobTemplateNode(WorkflowNodeBase):
|
||||
app_label = 'main'
|
||||
unique_together = (("identifier", "workflow_job_template"),)
|
||||
indexes = [
|
||||
models.Index(fields=["identifier", "workflow_job_template"]),
|
||||
models.Index(fields=['identifier']),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user