summaryrefslogtreecommitdiff
path: root/app/unused_apps/jrnl/migrations/0003_auto_20160309_1018.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/unused_apps/jrnl/migrations/0003_auto_20160309_1018.py')
-rw-r--r--app/unused_apps/jrnl/migrations/0003_auto_20160309_1018.py31
1 files changed, 0 insertions, 31 deletions
diff --git a/app/unused_apps/jrnl/migrations/0003_auto_20160309_1018.py b/app/unused_apps/jrnl/migrations/0003_auto_20160309_1018.py
deleted file mode 100644
index 49a3f6f..0000000
--- a/app/unused_apps/jrnl/migrations/0003_auto_20160309_1018.py
+++ /dev/null
@@ -1,31 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by Django 1.9 on 2016-03-09 10:18
-from __future__ import unicode_literals
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('jrnl', '0002_entrytitlesong'),
- ]
-
- operations = [
- migrations.AddField(
- model_name='entrytitlesong',
- name='album',
- field=models.CharField(blank=True, max_length=200, null=True),
- ),
- migrations.AddField(
- model_name='entrytitlesong',
- name='band',
- field=models.CharField(default='none', max_length=200),
- preserve_default=False,
- ),
- migrations.AddField(
- model_name='entrytitlesong',
- name='song',
- field=models.CharField(blank=True, max_length=200, null=True),
- ),
- ]