From 92aa5dab7435f83dd08f2d3c21462dc55e7a9b50 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 28 Feb 2019 09:12:34 -0600 Subject: added a subtitle to jrnl entries for possibly better urls --- app/jrnl/migrations/0032_entry_subtitle.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app/jrnl/migrations/0032_entry_subtitle.py (limited to 'app/jrnl/migrations/0032_entry_subtitle.py') diff --git a/app/jrnl/migrations/0032_entry_subtitle.py b/app/jrnl/migrations/0032_entry_subtitle.py new file mode 100644 index 0000000..d5ccc80 --- /dev/null +++ b/app/jrnl/migrations/0032_entry_subtitle.py @@ -0,0 +1,18 @@ +# 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), + ), + ] -- cgit v1.2.3-70-g09d2