From bb2708f7eeaa574c9017d2bc91240698731fe5b3 Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Mon, 24 Aug 2026 22:47:18 +0100 Subject: [PATCH] chore(db): renumber the runtime migration to 0026 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The concurrent subtitles milestone carries 0024_subtitles.sql and 0025_subtitle_settings.sql. Two migrations claiming version 24 do not conflict in git — the filenames differ — so both would land on main and sqlx would see a duplicate version. Renumbering here is the half that does not depend on the other milestone acting. Co-Authored-By: Claude Opus 5 (1M context) --- .../{0024_series_runtime.sql => 0026_series_runtime.sql} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename crates/arr-db/migrations/{0024_series_runtime.sql => 0026_series_runtime.sql} (100%) diff --git a/crates/arr-db/migrations/0024_series_runtime.sql b/crates/arr-db/migrations/0026_series_runtime.sql similarity index 100% rename from crates/arr-db/migrations/0024_series_runtime.sql rename to crates/arr-db/migrations/0026_series_runtime.sql