Remove duplicated index

This commit is contained in:
AlanCoding
2020-03-23 22:54:04 -04:00
parent 8ba4388014
commit 653850fa6d
2 changed files with 0 additions and 5 deletions

View File

@@ -54,10 +54,6 @@ class Migration(migrations.Migration):
model_name='workflowjobnode',
index=models.Index(fields=['identifier'], name='main_workfl_identif_efdfe8_idx'),
),
migrations.AddIndex(
model_name='workflowjobtemplatenode',
index=models.Index(fields=['identifier', 'workflow_job_template'], name='main_workfl_identif_6fda75_idx'),
),
migrations.AddIndex(
model_name='workflowjobtemplatenode',
index=models.Index(fields=['identifier'], name='main_workfl_identif_0cc025_idx'),