0004_auto_20200805_0107.py 391 B

123456789101112131415161718
  1. # Generated by Django 3.1 on 2020-08-05 01:07
  2. from django.db import migrations, models
  3. class Migration(migrations.Migration):
  4. dependencies = [
  5. ('projects', '0003_projectcounter'),
  6. ]
  7. operations = [
  8. migrations.AlterField(
  9. model_name='projectkey',
  10. name='data',
  11. field=models.JSONField(blank=True, null=True),
  12. ),
  13. ]