]> git.lizzy.rs Git - cheatdb.git/blob - utils/run_migrations.sh
Fix typo
[cheatdb.git] / utils / run_migrations.sh
1 #!/bin/sh
2
3 # Run all pending migrations
4
5 ./utils/reload.sh
6 docker exec cheatdb_app_1 sh -c "FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py flask db upgrade"