summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 21:06:52 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 21:06:52 +0200
commit50a4d552ef860b187c12a7a0701bf7848047ce27 (patch)
tree7fbbc41f3721c7dbc2ff737f7bde5543b27f4c27 /Makefile.example
parent65154db012da293f1270aa849d38a94b7ea9b71d (diff)
downloadIshtar-50a4d552ef860b187c12a7a0701bf7848047ce27.tar.bz2
Ishtar-50a4d552ef860b187c12a7a0701bf7848047ce27.zip
CI: refix migrate
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example
index d099fdeed..0cf4216e8 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -53,7 +53,8 @@ test_gitlab: clean
# only necessary on master
cd $(project); $(PYTHON) ./manage.py migrate ishtar_common
cd $(project); $(PYTHON) ./manage.py migrate archaeological_files 0013
- cd $(project); $(PYTHON) ./manage.py migrate archaeological_operations
+ cd $(project); $(PYTHON) ./manage.py migrate archaeological_operations 0040
+ cd $(project); $(PYTHON) ./manage.py migrate archaeological_files
cd $(project); $(PYTHON) ./manage.py migrate
cd $(project); $(PYTHON) manage.py test $(apps)