Add outdated flag to UpdateConfig to stop notification spam

This commit is contained in:
rubenwardy
2020-12-15 21:44:29 +00:00
parent c8406b45d4
commit 09a9219fcd
4 changed files with 55 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
# Create a database migration, and copy it back to the host.
docker exec contentdb_app_1 sh -c "FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py flask db revision"
docker exec contentdb_app_1 sh -c "FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py flask db migrate"
docker exec -u root contentdb_app_1 sh -c "cp /home/cdb/migrations/versions/* /source/migrations/versions/"
USER=$(whoami)