summaryrefslogtreecommitdiff
path: root/app/essays/migrations/0006_remove_essay_has_video.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/essays/migrations/0006_remove_essay_has_video.py')
-rw-r--r--app/essays/migrations/0006_remove_essay_has_video.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/essays/migrations/0006_remove_essay_has_video.py b/app/essays/migrations/0006_remove_essay_has_video.py
deleted file mode 100644
index 0842d8b..0000000
--- a/app/essays/migrations/0006_remove_essay_has_video.py
+++ /dev/null
@@ -1,17 +0,0 @@
-# Generated by Django 2.1.2 on 2019-02-27 21:22
-
-from django.db import migrations
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('essays', '0005_auto_20190208_0946'),
- ]
-
- operations = [
- migrations.RemoveField(
- model_name='essay',
- name='has_video',
- ),
- ]