diff options
Diffstat (limited to 'website/migrations/0009_auto_20181005_0538.py')
-rw-r--r-- | website/migrations/0009_auto_20181005_0538.py | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/website/migrations/0009_auto_20181005_0538.py b/website/migrations/0009_auto_20181005_0538.py deleted file mode 100644 index c1709d2..0000000 --- a/website/migrations/0009_auto_20181005_0538.py +++ /dev/null @@ -1,22 +0,0 @@ -# Generated by Django 2.1 on 2018-10-05 05:38 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('website', '0008_auto_20181005_0535'), - ] - - operations = [ - migrations.RemoveField( - model_name='question', - name='question_creation_day', - ), - migrations.AlterField( - model_name='question', - name='question_day', - field=models.DateField(), - ), - ] |