haldis/app/migrations
2022-05-20 22:46:56 +02:00
..
versions Make sure only users with at least one association can create an order 2022-05-20 22:46:56 +02:00
alembic.ini Added alembic and flask-migrate to haldis 2015-06-04 17:29:37 +02:00
env.py Fix formatting 2022-04-19 22:04:49 +02:00
README Update migration README 2020-01-26 19:39:35 +01: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 app.py db stamp 150252c1cdb1
```