summaryrefslogtreecommitdiff
path: root/app/jrnl/migrations/0019_remove_entry_thumbnail.py
blob: 971cb03dadb072281ce367c9b2415923fdf96533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Generated by Django 2.0.1 on 2018-06-06 10:58

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('jrnl', '0018_auto_20180303_1037'),
    ]

    operations = [
    ]