summaryrefslogtreecommitdiff
path: root/app/essays/migrations/0006_remove_essay_has_video.py
diff options
context:
space:
mode:
authorlxf <sng@luxagraf.net>2019-05-25 15:10:38 +0000
committerlxf <sng@luxagraf.net>2019-05-25 15:10:38 +0000
commitdd09ca3810ea0798899870930c3efb388b776a7c (patch)
tree0cf0f8ba6c44b774a0867f48fce9cafb96620974 /app/essays/migrations/0006_remove_essay_has_video.py
parentfc037fa9bf0eee9920ae1da14ce80d594f39cba4 (diff)
made some changes to use new checkin model
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, 17 insertions, 0 deletions
diff --git a/app/essays/migrations/0006_remove_essay_has_video.py b/app/essays/migrations/0006_remove_essay_has_video.py
new file mode 100644
index 0000000..0842d8b
--- /dev/null
+++ b/app/essays/migrations/0006_remove_essay_has_video.py
@@ -0,0 +1,17 @@
+# 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',
+ ),
+ ]