mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-24 07:10:40 -04:00
Add compilations to DB
This commit is contained in:
parent
24f55a7876
commit
bef234fd74
3 changed files with 8 additions and 19 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue