mirror of
https://github.com/iv-org/invidious.git
synced 2025-10-17 21:08:06 +00:00
Add compilations to DB
This commit is contained in:
@@ -1,19 +1,8 @@
|
||||
-- Type: public.privacy
|
||||
-- Table: public.compilations
|
||||
|
||||
-- DROP TYPE public.privacy;
|
||||
-- DROP TABLE public.compilations;
|
||||
|
||||
CREATE TYPE public.privacy AS ENUM
|
||||
(
|
||||
'Public',
|
||||
'Unlisted',
|
||||
'Private'
|
||||
);
|
||||
|
||||
-- Table: public.playlists
|
||||
|
||||
-- DROP TABLE public.playlists;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS public.playlists
|
||||
CREATE TABLE IF NOT EXISTS public.compilations
|
||||
(
|
||||
title text,
|
||||
id text primary key,
|
||||
|
Reference in New Issue
Block a user