summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 20:51:55 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 20:51:55 +0200
commit8a7cbfc2489c0419e2c8177d17765dbd17496fbd (patch)
tree1c4b2c3925d8fc87365cc3713801c72789e33829 /Makefile.example
parent70297fc0fc07eba7e06ebee6d64b2570f279185f (diff)
downloadIshtar-8a7cbfc2489c0419e2c8177d17765dbd17496fbd.tar.bz2
Ishtar-8a7cbfc2489c0419e2c8177d17765dbd17496fbd.zip
CI: fix migration order
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.example b/Makefile.example
index e1f0141bb..b64200749 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -52,6 +52,7 @@ test_gitlab: clean
cd $(project); $(PYTHON) ./manage.py syncdb --noinput 2> /dev/null > /dev/null
# only necessary on master
cd $(project); $(PYTHON) ./manage.py migrate ishtar_common
+ cd $(project); $(PYTHON) ./manage.py migrate archaeological_files 0051
cd $(project); $(PYTHON) ./manage.py migrate archaeological_operations
cd $(project); $(PYTHON) ./manage.py migrate
cd $(project); $(PYTHON) manage.py test $(apps)