diff options
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 |
commit | ed65aa72159974ef9cac1ae0c88c1e20c056d6f9 (patch) | |
tree | 98e34831cd9823da4096e0f527acd089d2d1ade5 | |
parent | 968f295721bc726ff0b4f109ad49df0358ca2d2c (diff) | |
download | Ishtar-ed65aa72159974ef9cac1ae0c88c1e20c056d6f9.tar.bz2 Ishtar-ed65aa72159974ef9cac1ae0c88c1e20c056d6f9.zip |
CI: fix migration number for arcahaeological files
-rw-r--r-- | Makefile.example | 2 |
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) |