Commit a2e1915
authored
fix(review): correct predicted_gate_calls migration ref to 0137 (#8695)
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
Co-authored-by: bitfathers94 <237535319+bitfathers94@users.noreply.github.com>1 parent c81e7e8 commit a2e1915
2 files changed
Lines changed: 1 addition & 1 deletion
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments