Files
KArtSell.Aegis/db/migrations/0024_inbox_payload_hash_compatibility.sql
T
kjh2064 74ddd95a05
ci / backend (push) Failing after 0s
ci / static (push) Failing after 6s
ci / backend (pull_request) Failing after 1s
ci / static (pull_request) Failing after 7s
Build & Test with Secrets / build (pull_request) Failing after 1s
ci / frontend (push) Failing after 48s
Build & Test with Secrets / security-scan (pull_request) Successful in 5s
Build & Test with Secrets / frontend (pull_request) Failing after 1m23s
ci / frontend (pull_request) Failing after 1m32s
Build & Test with Secrets / notification (pull_request) Failing after 2s
테스트 DB 계약과 실행 안전성 정렬
2026-08-02 17:37:12 +09:00

6 lines
236 B
SQL

-- DB-CONTRACT-002: Preserve the canonical inbox hash column while allowing
-- legacy integration fixtures that intentionally omit a payload hash.
alter table building_blocks.inbox_message
alter column payload_hash set default '';