Update migration README

This commit is contained in:
Midgard 2020-01-26 19:39:35 +01:00
parent 4b99eff7c8
commit 285d4223e2
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -1,6 +1,6 @@
Generic single-database configuration. Generic single-database configuration.
+On the existing databases, initialize flask-migrate and alembic with: On the existing databases, initialize flask-migrate and alembic with:
+``` ```
+python haldis.py db stamp "354676f60be" python app.py db stamp 150252c1cdb1
+``` ```