From 9393f0e294cc605351ab4d426dd5374d9519e67f Mon Sep 17 00:00:00 2001 From: Harley Date: Fri, 3 Apr 2026 20:54:11 +0000 Subject: [PATCH] Update deployment instructions --- deployment-instructions.md | 6 ++++++ 1 file changed, 6 insertions(+) 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