treeherder/perf/migrations/0054_performancealert_confidence_and_more.py [10:25]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ]

    operations = [
        migrations.AddField(
            model_name="performancealert",
            name="confidence",
            field=models.FloatField(
                help_text="A value that indicates the confidence of the alert (specific to the detection method used)",
                null=True,
            ),
        ),
        migrations.AddField(
            model_name="performancealert",
            name="detection_method",
            field=models.CharField(max_length=100, null=True),
        ),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



treeherder/perf/migrations/0057_performancealert_confidence_and_more.py [14:29]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ]

    operations = [
        migrations.AddField(
            model_name="performancealert",
            name="confidence",
            field=models.FloatField(
                help_text="A value that indicates the confidence of the alert (specific to the detection method used)",
                null=True,
            ),
        ),
        migrations.AddField(
            model_name="performancealert",
            name="detection_method",
            field=models.CharField(max_length=100, null=True),
        ),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



