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

19 lines
578 B
Python

# Generated by Django 3.2.10 on 2022-02-16 14:31
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('artsurvey', '0136_artsurveysource_turkpossible'),
]
operations = [
migrations.AddField(
model_name='artsurveyparams',
name='turkpossible',
field=models.BooleanField(default=False, help_text='Select sources suitable for TUBITAK (exclude Swift/BAT 105m (2018), INTEGRAL Reference Catalog (last updated on 16 June 2019) and RXTE all-sky survey'),
),
]