diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-05-07 17:47:09 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-12 08:44:18 +0200 |
commit | 929ff43d546e7c6cb5b12f6c9b522f119a8a26ef (patch) | |
tree | dcea982e11a602b3217f7ad14f13daf1fa3d77fc /archaeological_context_records/migrations | |
parent | 1afa7afd69c63050b7c74e22da1e46f1457f1b6e (diff) | |
download | Ishtar-929ff43d546e7c6cb5b12f6c9b522f119a8a26ef.tar.bz2 Ishtar-929ff43d546e7c6cb5b12f6c9b522f119a8a26ef.zip |
Merge migrations
Diffstat (limited to 'archaeological_context_records/migrations')
-rw-r--r-- | archaeological_context_records/migrations/0021_auto_20180423_1838.py (renamed from archaeological_context_records/migrations/0020_auto_20180423_1838.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/migrations/0020_auto_20180423_1838.py b/archaeological_context_records/migrations/0021_auto_20180423_1838.py index 11995b0c6..c26e46c07 100644 --- a/archaeological_context_records/migrations/0020_auto_20180423_1838.py +++ b/archaeological_context_records/migrations/0021_auto_20180423_1838.py @@ -10,7 +10,7 @@ class Migration(migrations.Migration): dependencies = [ ('ishtar_common', '0048_auto_20180423_1838'), - ('archaeological_context_records', '0019_auto_20180403_1120'), + ('archaeological_context_records', '0020_auto_20180430_1318'), ] operations = [ |