DatabaseSchemaError

exception gafaelfawr.exceptions.DatabaseSchemaError(message, user=None, *, failed_at=None)

Bases: SlackException

Gafaelfawr database schema is invalid.

Raised during startup if schema checking is requested and Alembic reports that the database schema is not current.

Parameters: