Files
boker/migrations
..
2026-06-28 10:51:59 -07:00
2026-06-23 21:38:33 -07:00
2026-06-23 21:38:33 -07:00
2026-06-23 21:38:33 -07:00
2026-06-23 21:38:33 -07:00

Single-database Alembic environment managed through Flask-Migrate.

Install dependencies with:

    pip install -r requirements.txt

Then run migrations with:

    flask --app app db upgrade

For a quick local development bootstrap without Alembic, the app also exposes:

    flask --app app init-db