Files
awoooi/apps/api/src/db
OG T 6f475000f6
Some checks failed
CD Pipeline / build-and-deploy (push) Has been cancelled
fix(db): alert_operation_log.event_type String→PgEnum (create_type=False)
修正 DatatypeMismatchError: DB 欄位為 native enum alert_event_type,
SQLAlchemy model 誤用 String(50),導致 alert_operation_log 寫入失敗。

使用 PgEnum(create_type=False) 讓 SQLAlchemy 映射已存在的 DB enum,
不重建型別。18 個 event_type 值與 M-003 migration 一致。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-08 22:42:36 +08:00
..