Files
Aegis/backend
Kitos 005a09b42f
Some checks failed
Aegis CI / lint-and-test (push) Has been cancelled
fix(phase-35): use pure SQL for jira_links migration
Replace all sa.Enum / op.create_table / ALTER TABLE approach with a
single op.execute() containing raw DDL.  This sidesteps every
SQLAlchemy hook (enum auto-create, default cast conflicts) by letting
PostgreSQL handle CREATE TYPE IF NOT EXISTS, CREATE TABLE IF NOT
EXISTS, and CREATE INDEX IF NOT EXISTS directly.
2026-02-17 16:33:42 +01:00
..