20 lines
457 B
Python
20 lines
457 B
Python
# Generated by Django 2.2.6 on 2020-01-29 07:49
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('monthplan', '0002_auto_20191209_2233'),
|
|
('astrobasis', '0008_ztfalert_healpix_plate'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='ztfalert',
|
|
name='survey',
|
|
field=models.ManyToManyField(to='monthplan.Survey'),
|
|
),
|
|
]
|