summaryrefslogtreecommitdiff
path: root/app/jrnl/migrations/0032_entry_subtitle.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/jrnl/migrations/0032_entry_subtitle.py')
-rw-r--r--app/jrnl/migrations/0032_entry_subtitle.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/app/jrnl/migrations/0032_entry_subtitle.py b/app/jrnl/migrations/0032_entry_subtitle.py
deleted file mode 100644
index d5ccc80..0000000
--- a/app/jrnl/migrations/0032_entry_subtitle.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# Generated by Django 2.1.7 on 2019-02-28 09:41
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('jrnl', '0031_auto_20190220_1136'),
- ]
-
- operations = [
- migrations.AddField(
- model_name='entry',
- name='subtitle',
- field=models.CharField(blank=True, max_length=200),
- ),
- ]