You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
521 B

# Generated by Django 2.1.4 on 2018-12-18 12:45
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [("api", "0045_flip")]
operations = [
migrations.AddField(
model_name="check",
name="last_start",
field=models.DateTimeField(blank=True, null=True),
),
migrations.AddField(
model_name="ping",
name="start",
field=models.NullBooleanField(default=False),
),
]