summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 20:57:38 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 20:57:38 +0200
commit65154db012da293f1270aa849d38a94b7ea9b71d (patch)
tree98e34831cd9823da4096e0f527acd089d2d1ade5 /Makefile.example
parent8a7cbfc2489c0419e2c8177d17765dbd17496fbd (diff)
downloadIshtar-65154db012da293f1270aa849d38a94b7ea9b71d.tar.bz2
Ishtar-65154db012da293f1270aa849d38a94b7ea9b71d.zip
CI: fix migration number for arcahaeological files
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example
index b64200749..d099fdeed 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -52,7 +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_files 0013
cd $(project); $(PYTHON) ./manage.py migrate archaeological_operations
cd $(project); $(PYTHON) ./manage.py migrate
cd $(project); $(PYTHON) manage.py test $(apps)