Commit c973324d by Tyler Hallada

Add "--run-syncdb" to the migrate Make rule

parent 390b6975
......@@ -57,7 +57,7 @@ quality:
validate: test.requirements test quality
migrate:
$(foreach db_name,$(DATABASES),./manage.py migrate --noinput --database=$(db_name);)
$(foreach db_name,$(DATABASES),./manage.py migrate --noinput --run-syncdb --database=$(db_name);)
loaddata: migrate
python manage.py loaddata problem_response_answer_distribution --database=analytics
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment