summaryrefslogtreecommitdiff
path: root/bak/unused_apps/jrnl/migrations/0005_auto_20160514_2151.py
diff options
context:
space:
mode:
Diffstat (limited to 'bak/unused_apps/jrnl/migrations/0005_auto_20160514_2151.py')
-rw-r--r--bak/unused_apps/jrnl/migrations/0005_auto_20160514_2151.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/bak/unused_apps/jrnl/migrations/0005_auto_20160514_2151.py b/bak/unused_apps/jrnl/migrations/0005_auto_20160514_2151.py
new file mode 100644
index 0000000..701c8c3
--- /dev/null
+++ b/bak/unused_apps/jrnl/migrations/0005_auto_20160514_2151.py
@@ -0,0 +1,20 @@
+# -*- coding: utf-8 -*-
+# Generated by Django 1.9 on 2016-05-14 21:51
+from __future__ import unicode_literals
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('jrnl', '0004_auto_20160309_1031'),
+ ]
+
+ operations = [
+ migrations.AlterField(
+ model_name='entrytitlesong',
+ name='title',
+ field=models.CharField(blank=True, max_length=200),
+ ),
+ ]