diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-13 22:43:55 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-24 19:38:56 +0200 |
commit | 1a9167bbea423aed732594241ae50eeefd84f79e (patch) | |
tree | 752b36c3b8f00704f97133066eae3f5fd5ab5599 /archaeological_context_records | |
parent | a39df7b6088527faf4108e9a50040e8165ab6a3d (diff) | |
download | Ishtar-1a9167bbea423aed732594241ae50eeefd84f79e.tar.bz2 Ishtar-1a9167bbea423aed732594241ae50eeefd84f79e.zip |
Update migrations
Diffstat (limited to 'archaeological_context_records')
-rw-r--r-- | archaeological_context_records/migrations/0041_auto_20190122_1550.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/migrations/0041_auto_20190122_1550.py b/archaeological_context_records/migrations/0041_auto_20190122_1550.py index 5931083eb..e3936cad8 100644 --- a/archaeological_context_records/migrations/0041_auto_20190122_1550.py +++ b/archaeological_context_records/migrations/0041_auto_20190122_1550.py @@ -9,7 +9,7 @@ import django.db.models.deletion class Migration(migrations.Migration): dependencies = [ - ('ishtar_common', '0085_ishtarsiteprofile_use_town_for_geo'), + ('ishtar_common', '0086_ishtarsiteprofile_use_town_for_geo'), ('archaeological_context_records', '0040_auto_20190206_1522'), ] |