summaryrefslogtreecommitdiff
path: root/app/jrnl/migrations/0007_delete_postimage.py
blob: cc481e888e6ca8eb878c7c8f0c15d9be7ba22f75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- coding: utf-8 -*-
# Generated by Django 1.9.7 on 2016-07-15 07:05
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('jrnl', '0006_auto_20160715_0703'),
    ]

    operations = [
        migrations.DeleteModel(
            name='PostImage',
        ),
    ]