diff options
author | luxagraf <sng@luxagraf.net> | 2019-05-02 09:36:31 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-05-02 09:36:31 -0500 |
commit | 9d73326aad4d9aee61a16f7274819fa93f32dc72 (patch) | |
tree | 9cf21f7a514478ef3e1593dd346dad144c37fdea /apps/notes/migrations/0008_auto_20181204_1311.py | |
parent | 5b9343d77d8321e44d1ffc60769c651771dc38dd (diff) |
migrated to LXC container
Diffstat (limited to 'apps/notes/migrations/0008_auto_20181204_1311.py')
-rw-r--r-- | apps/notes/migrations/0008_auto_20181204_1311.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/apps/notes/migrations/0008_auto_20181204_1311.py b/apps/notes/migrations/0008_auto_20181204_1311.py deleted file mode 100644 index 02bf272..0000000 --- a/apps/notes/migrations/0008_auto_20181204_1311.py +++ /dev/null @@ -1,19 +0,0 @@ -# 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')}, - ), - ] |