19 lines
397 B
Python
19 lines
397 B
Python
# Generated by Django 2.2.6 on 2020-03-06 08:45
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('heasarc', '0016_heasarcswiftbat105m'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='heasarcswiftbat105m',
|
|
name='ref_id',
|
|
field=models.IntegerField(default=0),
|
|
),
|
|
]
|