summaryrefslogtreecommitdiff
path: root/app/unused_apps/jrnl/migrations/0023_auto_20180902_1210.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/unused_apps/jrnl/migrations/0023_auto_20180902_1210.py')
-rw-r--r--app/unused_apps/jrnl/migrations/0023_auto_20180902_1210.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/app/unused_apps/jrnl/migrations/0023_auto_20180902_1210.py b/app/unused_apps/jrnl/migrations/0023_auto_20180902_1210.py
deleted file mode 100644
index 0ce3853..0000000
--- a/app/unused_apps/jrnl/migrations/0023_auto_20180902_1210.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# Generated by Django 2.1 on 2018-09-02 12:10
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('jrnl', '0022_auto_20180707_0958'),
- ]
-
- operations = [
- migrations.AlterField(
- model_name='entry',
- name='has_video',
- field=models.BooleanField(blank=True, default=False),
- ),
- ]