summaryrefslogtreecommitdiff
path: root/app/jrnl/migrations/0004_auto_20160309_1031.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2020-11-15 10:13:08 -0500
committerluxagraf <sng@luxagraf.net>2020-11-15 10:13:08 -0500
commit7509da286bccd1dda358507cd455f9297db59247 (patch)
tree779aa3660e453d73268d22a72d9a5599cc94aa02 /app/jrnl/migrations/0004_auto_20160309_1031.py
parentb2434dcba142961b4a4b67780cf64e01d0908bf5 (diff)
ported jrnl building to posts
Diffstat (limited to 'app/jrnl/migrations/0004_auto_20160309_1031.py')
-rw-r--r--app/jrnl/migrations/0004_auto_20160309_1031.py30
1 files changed, 0 insertions, 30 deletions
diff --git a/app/jrnl/migrations/0004_auto_20160309_1031.py b/app/jrnl/migrations/0004_auto_20160309_1031.py
deleted file mode 100644
index 33bbe05..0000000
--- a/app/jrnl/migrations/0004_auto_20160309_1031.py
+++ /dev/null
@@ -1,30 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by Django 1.9 on 2016-03-09 10:31
-from __future__ import unicode_literals
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('jrnl', '0003_auto_20160309_1018'),
- ]
-
- operations = [
- migrations.AddField(
- model_name='entrytitlesong',
- name='body_markdown',
- field=models.TextField(blank=True),
- ),
- migrations.AddField(
- model_name='entrytitlesong',
- name='listen_link',
- field=models.CharField(blank=True, max_length=200, null=True),
- ),
- migrations.AlterField(
- model_name='entrytitlesong',
- name='slug',
- field=models.SlugField(blank=True, unique_for_date='pub_date'),
- ),
- ]