origin/main adds 139_media_requests at the same number our local audiobook branch had used for abs_sessions. Renumber ours to 147 to free up 139 for the upstream migration. The schema_versions row is updated in lockstep on the running database so the migrator sees the abs_sessions migration as already applied at its new version. Migrations 140-146 (podcast feeds, media_folders kind noop, audiobook feature flag, abs playback sessions, podcast episode guid, audiobook series, audiobook title cleanup) stay where they are — they don't collide with anything on origin/main. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
5 lines
208 B
SQL
5 lines
208 B
SQL
DROP INDEX IF EXISTS public.idx_abs_sessions_last_seen;
|
|
DROP INDEX IF EXISTS public.idx_abs_sessions_user_device;
|
|
DROP INDEX IF EXISTS public.idx_abs_sessions_token;
|
|
DROP TABLE IF EXISTS public.abs_sessions;
|