Files
silo-server/migrations/154_user_watch_progress_hide_from_continue.down.sql
T

3 lines
85 B
SQL
Raw Normal View History

ALTER TABLE public.user_watch_progress
DROP COLUMN IF EXISTS hide_from_continue;