From 8a7cbfc2489c0419e2c8177d17765dbd17496fbd Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 17 Aug 2016 20:51:55 +0200 Subject: CI: fix migration order --- Makefile.example | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3