From 088bcf50daadaee8d0f1ffdd7a46d80541a5bf05 Mon Sep 17 00:00:00 2001 From: biwasbhandari Date: Sat, 16 May 2026 18:08:17 +0545 Subject: [PATCH] chore(migrations): rename 013_bounties.sql to 014_bounties.sql Resolves filename collision with 013_identity_cache.sql (merged in #852) that landed on main shortly before #843. Wrangler tracks applied migrations by full filename so both would have run, but the duplicate slot number is confusing. Already applied to remote D1 as 014_bounties.sql. --- migrations/{013_bounties.sql => 014_bounties.sql} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename migrations/{013_bounties.sql => 014_bounties.sql} (100%) diff --git a/migrations/013_bounties.sql b/migrations/014_bounties.sql similarity index 100% rename from migrations/013_bounties.sql rename to migrations/014_bounties.sql