Forked from
IGWN Computing and Software / GraceDB / GraceDB Server
1084 commits behind the upstream repository.
-
Tanner Prestegard authored
New model functionality, better forms and views.
Tanner Prestegard authoredNew model functionality, better forms and views.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
0010_supereventnotification_ns_candidate.py 474 B
# -*- coding: utf-8 -*-
# Generated by Django 1.11.18 on 2019-01-31 19:34
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('alerts', '0009_auto_20190131_1916'),
]
operations = [
migrations.AddField(
model_name='supereventnotification',
name='ns_candidate',
field=models.BooleanField(default=False),
),
]