Prevent autoplay breakage by vetting each change from top to compilation_video.ecr

This commit is contained in:
broquemonsieur
2023-08-03 00:37:21 -07:00
parent 0211d69f11
commit f05d38aa8e
10 changed files with 106 additions and 67 deletions

View File

@@ -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;