haldis/app/migrations
Midgard ecaff42ba4
Generate migration -- do not run in production
This is the migration that was automatically generated. If you run this
version, historical data WILL be corrupted beyond repair.
2020-01-26 16:32:37 +01:00
..
versions Generate migration -- do not run in production 2020-01-26 16:32:37 +01:00
alembic.ini Added alembic and flask-migrate to haldis 2015-06-04 17:29:37 +02:00
env.py Fix pylint for Haldis 2019-09-12 20:53:25 +02:00
README Added alembic and flask-migrate to haldis 2015-06-04 17:29:37 +02:00
script.py.mako Added alembic and flask-migrate to haldis 2015-06-04 17:29:37 +02:00

Generic single-database configuration.

+On the existing databases, initialize flask-migrate and alembic with:
+```
+python haldis.py db stamp "354676f60be"
+```