aboutsummaryrefslogtreecommitdiff
path: root/apps/notes/migrations/0008_auto_20181204_1311.py
blob: 02bf272cf545332210ee59f528072a816ae06e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Generated by Django 2.1.2 on 2018-12-04 19:11

from django.conf import settings
from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        migrations.swappable_dependency(settings.AUTH_USER_MODEL),
        ('notes', '0007_auto_20181204_1050'),
    ]

    operations = [
        migrations.AlterUniqueTogether(
            name='notebook',
            unique_together={('owner', 'name')},
        ),
    ]