diff options
| -rw-r--r-- | Makefile.example | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Makefile.example b/Makefile.example index 0cf4216e8..4febeea65 100644 --- a/Makefile.example +++ b/Makefile.example @@ -49,7 +49,7 @@ test: clean  test_gitlab: clean  	# test migrations -	cd $(project); $(PYTHON) ./manage.py syncdb --noinput 2> /dev/null > /dev/null +	cd $(project); $(PYTHON) ./manage.py syncdb --noinput  	# only necessary on master  	cd $(project); $(PYTHON) ./manage.py migrate ishtar_common  	cd $(project); $(PYTHON) ./manage.py migrate archaeological_files 0013 | 
