Files
Aegis/backend/alembic
kitos 0b81580b44 fix(migration): use DO/EXCEPTION for idempotent enum creation in b035
Replace _enum_exists() helper (which had connection context issues in
Alembic) with PostgreSQL DO $$ BEGIN ... EXCEPTION WHEN duplicate_object
THEN NULL; END $$ blocks, which are truly idempotent regardless of
transaction state.
2026-05-19 16:51:22 +02:00
..

Generic single-database configuration with Alembic.