srg/artsurvey/migrations/0105_artsurveyparams_allwise_primary.py
2024-04-26 12:43:00 +03:00

19 lines
470 B
Python

# Generated by Django 3.0.8 on 2021-05-27 13:54
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('artsurvey', '0104_artsurveyparams_gaia_primary'),
]
operations = [
migrations.AddField(
model_name='artsurveyparams',
name='allwise_primary',
field=models.BooleanField(default=False, help_text='Select sources with AllWISE counterpart'),
),
]