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
6 lines
236 B
SQL
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 '';
|