21 lines
609 B
Python
21 lines
609 B
Python
# Generated by Django 3.0.8 on 2020-07-10 08:17
|
|
|
|
from django.db import migrations, models
|
|
import django.db.models.deletion
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('astrobasis', '0035_auto_20200225_1625'),
|
|
('artsurvey', '0035_artsurveyparams_survey'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='artsurveysource',
|
|
name='gaia_primary',
|
|
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='artsurveysource_primary', to='astrobasis.GAIADR2'),
|
|
),
|
|
]
|