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
commitdda1c10906c6a492342016ee28edd95c75f069db (patch)
tree7fbbc41f3721c7dbc2ff737f7bde5543b27f4c27 /Makefile.example
parented65aa72159974ef9cac1ae0c88c1e20c056d6f9 (diff)
downloadIshtar-dda1c10906c6a492342016ee28edd95c75f069db.tar.bz2
Ishtar-dda1c10906c6a492342016ee28edd95c75f069db.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)