From ff859dc2adb56fcb6fbbcdedde2d1277369640e6 Mon Sep 17 00:00:00 2001 From: bitfathers94 <237535319+bitfathers94@users.noreply.github.com> Date: Sat, 25 Jul 2026 23:39:49 +0000 Subject: [PATCH] fix(review): correct predicted_gate_calls migration ref to 0137 Both predicted-gate-calls.ts and predicted-gate-agreement.ts carried a comment pointing the predicted_gate_calls table at migrations/0132, which actually creates the unrelated impact_map_query_cache table. The table is created by migrations/0137_predicted_gate_calls.sql, so a reader tracing the table's migration history was misdirected to the wrong file. Closes #8675 --- src/review/predicted-gate-agreement.ts | Bin 9820 -> 9820 bytes src/review/predicted-gate-calls.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/review/predicted-gate-agreement.ts b/src/review/predicted-gate-agreement.ts index dbdd31f2c701c60875d666b8d1da9564aa968ea0..cf768b9ae838f56cb23782f62d81a49088b713e4 100644 GIT binary patch delta 14 VcmccPbH`_c9t)%SW_=c2B>*fq1fT!_ delta 14 VcmccPbH`_c9t)$*fM1e*W= diff --git a/src/review/predicted-gate-calls.ts b/src/review/predicted-gate-calls.ts index 7e1c24aa10..52d8a69a69 100644 --- a/src/review/predicted-gate-calls.ts +++ b/src/review/predicted-gate-calls.ts @@ -4,7 +4,7 @@ // src/review/predicted-gate-agreement.ts for the read/join side). Structurally a sibling of // src/review/contributor-calibration.ts: `review_audit` (migrations/0049) is DELIBERATELY actor-login-free // (feeds the anonymized orb-collector export), so this is its own separate, LOCAL-ONLY table -// (migrations/0132) -- never wired into exportOrbBatch or any other cross-instance/public export path. +// (migrations/0137) -- never wired into exportOrbBatch or any other cross-instance/public export path. // // UNLIKE contributor-calibration.ts's per-commit dedup (a re-run at the same head_sha replaces its prior row), // every predict_gate call gets its OWN row here: there is no commit to dedup against pre-submission, and a