Skip to content
Snippets Groups Projects
Commit c0b8c7fa authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

make label-superevent pairs unique

parent 8f1d2cda
No related branches found
No related tags found
1 merge request!8Superevents
# -*- coding: utf-8 -*-
# Generated by Django 1.11.5 on 2018-04-11 18:30
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('events', '0018_event_superevent'),
('superevents', '0001_initial'),
]
operations = [
migrations.AlterUniqueTogether(
name='labelling',
unique_together=set([('superevent', 'label')]),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment