From a3fd369affa7d26f89f439bf1c76ff1cb10667ec Mon Sep 17 00:00:00 2001 From: Bas Kasemir <20270816+BasMonkey@users.noreply.github.com> Date: Tue, 28 May 2024 11:55:31 +0200 Subject: [PATCH] Added alembic upgrade command to the readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2c976d6..6ccf41d 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,11 @@ source venv/bin/activate gunicorn -w 4 ExonCov:app ``` +### Upgrade database scheme +```bash + flask --app ExonCov db_migrate upgrade +``` + ### Export and Import existing ExonCov db Ignore large tables, samples should be imported using cli.