feat: add PostgreSQL migration runner

This commit is contained in:
Josh Creek
2026-09-01 09:21:26 +01:00
parent 4d83ec1525
commit 18888ed520
6 changed files with 133 additions and 13 deletions
+2 -1
View File
@@ -41,7 +41,8 @@ product policy are in [`docs/MATCHMAKING.md`](docs/MATCHMAKING.md).
and serializable store boundaries are implemented, including durable queue
create/heartbeat/cancel/recovery adapters; an opt-in pgx/Docker harness now
executes the migrations and real queue create/idempotency/ownership/recovery
path, and a TTL-bound Redis candidate index now supports atomic rebuild,
path, an executable migration runner now serializes and records forward
application, and a TTL-bound Redis candidate index now supports atomic rebuild,
snapshot and removal with durable-source repair on partial/malformed cache
state; proposal/result transactions and live Redis restart/failover gates
remain.