From 4596b28bd9b0b8ba96b1db91b67fd7e1a7b933b5 Mon Sep 17 00:00:00 2001 From: JSONbored <49853598+JSONbored@users.noreply.github.com> Date: Thu, 9 Jul 2026 21:57:43 -0700 Subject: [PATCH] fix(db): resolve migration collision at 0134 on main (already-merged PRs) Three already-merged PRs independently claimed 0134 (#4549's review_targets_cadence_idx, #4558's predicted_gate_calls, and #4563's pr_last_backlog_convergence_regated_at). CI on this branch inherits main's full migrations/ directory regardless of which PR fixes it, so this can't be deferred to a separate PR without also blocking this one. Renumber the two newer files (keeping #4563's oldest 0134 file in place); this branch's own new migration was already moved to 0138 to stay clear of both this collision and #4563's separate 0135 collision. --- ...argets_cadence_idx.sql => 0136_review_targets_cadence_idx.sql} | 0 ...134_predicted_gate_calls.sql => 0137_predicted_gate_calls.sql} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename migrations/{0134_review_targets_cadence_idx.sql => 0136_review_targets_cadence_idx.sql} (100%) rename migrations/{0134_predicted_gate_calls.sql => 0137_predicted_gate_calls.sql} (100%) diff --git a/migrations/0134_review_targets_cadence_idx.sql b/migrations/0136_review_targets_cadence_idx.sql similarity index 100% rename from migrations/0134_review_targets_cadence_idx.sql rename to migrations/0136_review_targets_cadence_idx.sql diff --git a/migrations/0134_predicted_gate_calls.sql b/migrations/0137_predicted_gate_calls.sql similarity index 100% rename from migrations/0134_predicted_gate_calls.sql rename to migrations/0137_predicted_gate_calls.sql