fix(review): correct predicted_gate_calls migration ref to 0137 - #8695
Conversation
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 JSONbored#8675
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8695 +/- ##
==========================================
+ Coverage 90.56% 90.58% +0.02%
==========================================
Files 96 98 +2
Lines 22490 22548 +58
Branches 3884 3901 +17
==========================================
+ Hits 20367 20425 +58
Misses 1945 1945
Partials 178 178
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
Tip ✅ LoopOver review result - approve/merge recommendedReview updated: 2026-07-25 23:51:24 UTC
Review summary Nits — 3 non-blocking
Decision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionPartially addressed Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
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