mirror of
https://github.com/iv-org/invidious.git
synced 2025-10-21 23:08:05 +00:00
Prevent autoplay breakage by vetting each change from top to compilation_video.ecr
This commit is contained in:
@@ -22,7 +22,8 @@ CREATE TABLE IF NOT EXISTS public.compilations
|
||||
created timestamptz,
|
||||
updated timestamptz,
|
||||
privacy compilation_privacy,
|
||||
index int8[]
|
||||
index int8[],
|
||||
first_video_id text
|
||||
);
|
||||
|
||||
GRANT ALL ON public.compilations TO current_user;
|
||||
|
Reference in New Issue
Block a user