Add user deletion / deactivation

This commit is contained in:
rubenwardy
2020-12-09 19:33:31 +00:00
parent fd0b203f1e
commit 778a602aa6
8 changed files with 147 additions and 29 deletions

5
utils/downgrade_migration.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
# 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 downgrade"