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>
3 lines
85 B
SQL
3 lines
85 B
SQL
ALTER TABLE public.user_watch_progress
|
|
DROP COLUMN IF EXISTS hide_from_continue;
|