Add user deletion / deactivation
This commit is contained in:
5
utils/downgrade_migration.sh
Executable file
5
utils/downgrade_migration.sh
Executable 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"
|
||||
Reference in New Issue
Block a user