Skip to content
Snippets Groups Projects
Commit 3913663c authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Don't use migrate in setup-database routine.

parent 6333c88d
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ else
if [[ $1 == "--setup-database" ]]
then
venv/bin/python -m flask db init
venv/bin/python -m flask db migrate -m "initial migration"
venv/bin/python -m flask db upgrade
venv/bin/python -m flask insert-initial-database-entries
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment