srg/astrobasis/migrations/0009_ztfalert_survey.py
2024-04-26 12:43:00 +03:00

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'),
),
]