treeherder/perf/migrations/0030_add_application_to_contraints.py [10:26]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ]

    operations = [
        migrations.AlterUniqueTogether(
            name='performancesignature',
            unique_together={
                (
                    'repository',
                    'suite',
                    'test',
                    'framework',
                    'platform',
                    'option_collection',
                    'extra_options',
                    'last_updated',
                    'application',
                ),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



treeherder/perf/migrations/0031_fix_application_in_constraints.py [10:26]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ]

    operations = [
        migrations.AlterUniqueTogether(
            name='performancesignature',
            unique_together={
                (
                    'repository',
                    'suite',
                    'test',
                    'framework',
                    'platform',
                    'option_collection',
                    'extra_options',
                    'last_updated',
                    'application',
                ),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



