Update dependencies

This commit is contained in:
rubenwardy
2020-01-19 02:46:07 +00:00
parent 6e626c0f89
commit 783bc86aaf
6 changed files with 56 additions and 45 deletions

View File

@@ -2,4 +2,4 @@
# Run all pending migrations
docker exec -it contentdb_app_1 sh -c "FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py flask db update"
docker exec -it contentdb_app_1 sh -c "FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py flask db upgrade"