Files
silo-server/migrations/148_abs_bookmarks.down.sql
T
RXWatcherandClaude Opus 4.7 a5e430864b chore(audiobooks): drop abs_bookmarks indexes explicitly in down migration
Matches the convention used by 143_abs_playback_sessions and
147_abs_sessions. Functionally a no-op (DROP TABLE cascade-drops owned
indexes), but reads as complete next to its sibling migrations.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-26 13:34:34 +02:00

4 lines
171 B
SQL

DROP INDEX IF EXISTS public.abs_bookmarks_user_item_idx;
DROP INDEX IF EXISTS public.abs_bookmarks_user_profile_item_time_uniq;
DROP TABLE IF EXISTS public.abs_bookmarks;