diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-04-08 18:27:36 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:20 +0100 |
commit | 17b74b59e0a1def477be303340fd456c6e5e5c73 (patch) | |
tree | e3cddd0b343428f7c8538cf811fe600ea392566d /archaeological_warehouse/migrations/0105_auto_20200407_1021.py | |
parent | 9be03de7917bb321119641b9d0063cd060d9b3c1 (diff) | |
download | Ishtar-17b74b59e0a1def477be303340fd456c6e5e5c73.tar.bz2 Ishtar-17b74b59e0a1def477be303340fd456c6e5e5c73.zip |
Squash migrations
Diffstat (limited to 'archaeological_warehouse/migrations/0105_auto_20200407_1021.py')
-rw-r--r-- | archaeological_warehouse/migrations/0105_auto_20200407_1021.py | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/archaeological_warehouse/migrations/0105_auto_20200407_1021.py b/archaeological_warehouse/migrations/0105_auto_20200407_1021.py deleted file mode 100644 index 7465afd08..000000000 --- a/archaeological_warehouse/migrations/0105_auto_20200407_1021.py +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.11.27 on 2020-04-07 10:21 -from __future__ import unicode_literals - -from django.db import migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('archaeological_warehouse', '0104_auto_container_views'), - ] - - operations = [ - migrations.AlterUniqueTogether( - name='container', - unique_together=set([('index', 'responsible'), - ('location', 'container_type', 'parent', 'reference')]), - ), - ] |