summaryrefslogtreecommitdiff
path: root/bak/unused_apps/jrnl/migrations/0049_entry_newrelated.py
blob: 3bd8dee2f8060eae8eac2f27193bed1143da577f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Generated by Django 2.2.6 on 2019-12-05 17:22

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('normalize', '0001_initial'),
        ('jrnl', '0048_auto_20191205_1720'),
    ]

    operations = [
        migrations.AddField(
            model_name='entry',
            name='newrelated',
            field=models.ManyToManyField(blank=True, to='normalize.RelatedPost'),
        ),
    ]