154 adds hide_from_continue to user_watch_progress (backs the ABS remove/readd-to-continue-listening endpoints). 155 creates abs_rss_feeds for the upcoming RSS surface. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
4 lines
156 B
SQL
4 lines
156 B
SQL
DROP INDEX IF EXISTS public.abs_rss_feeds_user_profile_idx;
|
|
DROP INDEX IF EXISTS public.abs_rss_feeds_slug_uniq;
|
|
DROP TABLE IF EXISTS public.abs_rss_feeds;
|