0010_auto_20210216_1055.py 396 B

123456789101112131415161718
  1. # Generated by Django 3.1.3 on 2021-02-16 10:55
  2. from django.db import migrations, models
  3. class Migration(migrations.Migration):
  4. dependencies = [
  5. ('core', '0009_auto_20210216_1038'),
  6. ]
  7. operations = [
  8. migrations.AlterField(
  9. model_name='archiveresult',
  10. name='start_ts',
  11. field=models.DateTimeField(db_index=True),
  12. ),
  13. ]