зеркало из https://github.com/mozilla/treeherder.git
drop unique condition first
This commit is contained in:
Родитель
2f33cc4d79
Коммит
d3b59c6a54
|
@ -10,6 +10,10 @@ class Migration(migrations.Migration):
|
|||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterUniqueTogether(
|
||||
name="performancealerttesting",
|
||||
unique_together=None,
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name="performancealerttesting",
|
||||
name="related_summary",
|
||||
|
@ -18,10 +22,6 @@ class Migration(migrations.Migration):
|
|||
model_name="performancealerttesting",
|
||||
name="summary",
|
||||
),
|
||||
migrations.AlterUniqueTogether(
|
||||
name="performancealerttesting",
|
||||
unique_together=None,
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name="performancealerttesting",
|
||||
name="classifier",
|
||||
|
|
Загрузка…
Ссылка в новой задаче