19 lines
578 B
Python
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'),
|
|
),
|
|
]
|