mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-20 05:21:17 -04:00
Add compilations to feeds menu
This commit is contained in:
parent
ea48239543
commit
7cfa09984e
9 changed files with 28 additions and 12 deletions
|
@ -1,8 +1,8 @@
|
|||
-- Type: public.privacy
|
||||
-- Type: public.compilation_privacy
|
||||
|
||||
-- DROP TYPE public.privacy;
|
||||
-- DROP TYPE public.compilation_privacy;
|
||||
|
||||
CREATE TYPE public.privacy AS ENUM
|
||||
CREATE TYPE public.compilation_privacy AS ENUM
|
||||
(
|
||||
'Unlisted',
|
||||
'Private'
|
||||
|
@ -21,7 +21,7 @@ CREATE TABLE IF NOT EXISTS public.compilations
|
|||
video_count integer,
|
||||
created timestamptz,
|
||||
updated timestamptz,
|
||||
privacy privacy,
|
||||
privacy compilation_privacy,
|
||||
index int8[]
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue