From 285d4223e26410431dd504f6e1265a842a63fbb9 Mon Sep 17 00:00:00 2001 From: Midgard Date: Sun, 26 Jan 2020 19:39:35 +0100 Subject: [PATCH] Update migration README --- app/migrations/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/migrations/README b/app/migrations/README index ac616e5..2e46ce9 100644 --- a/app/migrations/README +++ b/app/migrations/README @@ -1,6 +1,6 @@ Generic single-database configuration. -+On the existing databases, initialize flask-migrate and alembic with: -+``` -+python haldis.py db stamp "354676f60be" -+``` \ No newline at end of file +On the existing databases, initialize flask-migrate and alembic with: +``` +python app.py db stamp 150252c1cdb1 +```