haldis/app/migrations
Midgard 7e476c39dc
Drop migration of "paid" to non-nullable
The DB contains NULLs here, and I'll just leave them be.
2020-01-26 19:48:31 +01:00
..
versions Drop migration of "paid" to non-nullable 2020-01-26 19:48:31 +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 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
```