fix(sql): re-grant mv_quarter_price_index to tradein_fdw_reader (C3, #2583) #2641

Merged
bot-backend merged 1 commit from fix/c3-quarter-index-fdw-grant into main 2026-08-04 18:42:23 +00:00

1 commit

Author SHA1 Message Date
e84c613edc fix(sql): re-grant mv_quarter_price_index to tradein_fdw_reader (C3, #2583)
All checks were successful
CI Trade-In / changes (pull_request) Successful in 8s
CI / changes (pull_request) Successful in 9s
CI Trade-In / backend-tests (pull_request) Has been skipped
CI Trade-In / frontend-checks (pull_request) Has been skipped
CI / frontend-tests (pull_request) Has been skipped
CI / openapi-codegen-check (pull_request) Successful in 2m0s
CI / backend-tests (pull_request) Successful in 15m12s
179's DROP MATERIALIZED VIEW ... CASCADE recreated mv_quarter_price_index
without restoring 99b's GRANT — since 2026-07-05 the tradein estimator's
FDW read (quarter_price_index) failed with permission denied. Applied live
on prod 2026-08-04 (verified: 1894 rows readable from tradein). 188 codifies
the grant idempotently; 179 now re-grants after its CASCADE recreate so a
re-run can't lose it again.
2026-08-04 23:16:08 +05:00