From 022d449abef86aaad8b5f87e3d066fae538e716d Mon Sep 17 00:00:00 2001 From: JSONbored <49853598+JSONbored@users.noreply.github.com> Date: Thu, 9 Jul 2026 18:29:41 -0700 Subject: [PATCH] fix(db): renumber impact-map-query-cache migration to resolve 0131 collision Two PRs merged concurrently and both claimed migration number 0131; renumber the impact_map_query_cache migration (merged second) to the next free number. --- ...impact_map_query_cache.sql => 0132_impact_map_query_cache.sql} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename migrations/{0131_impact_map_query_cache.sql => 0132_impact_map_query_cache.sql} (100%) diff --git a/migrations/0131_impact_map_query_cache.sql b/migrations/0132_impact_map_query_cache.sql similarity index 100% rename from migrations/0131_impact_map_query_cache.sql rename to migrations/0132_impact_map_query_cache.sql