diff --git a/deployment-instructions.md b/deployment-instructions.md index da20400..6567a02 100644 --- a/deployment-instructions.md +++ b/deployment-instructions.md @@ -123,6 +123,12 @@ git pull waitress-serve --port=5000 --call 'myriad:create_app' ``` +If you need to re-init the database for an update + +``` +flask --app myriad init-db +``` + # Config