mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-21 20:38:50 -04:00
Remove files that were prematurely added and add backend Compilation files
This commit is contained in:
parent
bef234fd74
commit
6b984c6677
17 changed files with 115 additions and 111 deletions
|
@ -1,3 +1,13 @@
|
|||
-- Type: public.privacy
|
||||
|
||||
-- DROP TYPE public.privacy;
|
||||
|
||||
CREATE TYPE public.privacy AS ENUM
|
||||
(
|
||||
'Unlisted',
|
||||
'Private'
|
||||
);
|
||||
|
||||
-- Table: public.compilations
|
||||
|
||||
-- DROP TABLE public.compilations;
|
||||
|
@ -15,4 +25,4 @@ CREATE TABLE IF NOT EXISTS public.compilations
|
|||
index int8[]
|
||||
);
|
||||
|
||||
GRANT ALL ON public.playlists TO current_user;
|
||||
GRANT ALL ON public.compilations TO current_user;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue