Gvelo Enterprise Platform database migrations
=============================

Use Flask-Migrate/Alembic for production schema evolution:

    flask db upgrade
    flask db migrate -m "describe change"

Production downgrades are intentionally non-destructive. Restore from a verified
backup when rolling back data-bearing changes.
