From eb8f67d2a21d3e46c80fdce0a97c19f2e0e53500 Mon Sep 17 00:00:00 2001 From: RXWatcher <14085001+RXWatcher@users.noreply.github.com> Date: Wed, 27 May 2026 16:53:14 +0200 Subject: [PATCH] chore(migrations): renumber 140_podcast_feeds to 157 for origin/main merge origin/main added 140_user_permissions at the same version this branch had used for podcast_feeds. Renumber ours to 157 (next free above the collections-unify migration at 156) so 140 is free for the upstream migration. schema_versions on the running database is updated in lockstep so the migrator sees podcast_feeds as already applied at its new version. Same pattern as d59c1cb (renumber 139_abs_sessions to 147 for the prior main merge). Pending migrations after this rename: 132 (downloaded subtitles admin index, main), 140 (user_permissions, main), and 156 (unify_user_collections, this branch). Co-Authored-By: Claude Opus 4.7 (1M context) --- .../{140_podcast_feeds.down.sql => 157_podcast_feeds.down.sql} | 0 migrations/{140_podcast_feeds.up.sql => 157_podcast_feeds.up.sql} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename migrations/{140_podcast_feeds.down.sql => 157_podcast_feeds.down.sql} (100%) rename migrations/{140_podcast_feeds.up.sql => 157_podcast_feeds.up.sql} (100%) diff --git a/migrations/140_podcast_feeds.down.sql b/migrations/157_podcast_feeds.down.sql similarity index 100% rename from migrations/140_podcast_feeds.down.sql rename to migrations/157_podcast_feeds.down.sql diff --git a/migrations/140_podcast_feeds.up.sql b/migrations/157_podcast_feeds.up.sql similarity index 100% rename from migrations/140_podcast_feeds.up.sql rename to migrations/157_podcast_feeds.up.sql