0004_auto_20200713_1552.py 466 B

12345678910111213141516171819
  1. # Generated by Django 3.0.7 on 2020-07-13 15:52
  2. from django.db import migrations, models
  3. class Migration(migrations.Migration):
  4. dependencies = [
  5. ('core', '0003_auto_20200630_1034'),
  6. ]
  7. operations = [
  8. migrations.AlterField(
  9. model_name='snapshot',
  10. name='timestamp',
  11. field=models.CharField(db_index=True, default=None, max_length=32, unique=True),
  12. preserve_default=False,
  13. ),
  14. ]