19 lines
423 B
Python
19 lines
423 B
Python
# Generated by Django 2.2.6 on 2020-01-28 18:32
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('astrobasis', '0003_remove_ztfalert_wall_time'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='ztfalert',
|
|
name='wall_time',
|
|
field=models.CharField(blank=True, default='', max_length=29),
|
|
),
|
|
]
|