Fix password issues caused by Flask-User migration

This commit is contained in:
rubenwardy
2020-01-19 19:48:41 +00:00
parent 0bda16de6d
commit e115b0678c
7 changed files with 50 additions and 7 deletions

View File

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