treeherder/perf/migrations/0016_modify_alertsummary_status_choices.py [12:25]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        migrations.AlterField(
            model_name='performancealertsummary',
            name='status',
            field=models.IntegerField(
                choices=[
                    (0, 'Untriaged'),
                    (1, 'Downstream'),
                    (2, 'Reassigned'),
                    (3, 'Invalid'),
                    (4, 'Improvement'),
                    (5, 'Investigating'),
                    (6, "Won't fix"),
                    (7, 'Fixed'),
                    (8, 'Backed out'),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



treeherder/perf/migrations/0019_remove_confirming_state.py [26:39]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        migrations.AlterField(
            model_name='performancealertsummary',
            name='status',
            field=models.IntegerField(
                choices=[
                    (0, 'Untriaged'),
                    (1, 'Downstream'),
                    (2, 'Reassigned'),
                    (3, 'Invalid'),
                    (4, 'Improvement'),
                    (5, 'Investigating'),
                    (6, "Won't fix"),
                    (7, 'Fixed'),
                    (8, 'Backed out'),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



