mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-02 19:46:29 -04:00
Update SQL and remove migration points
This commit is contained in:
parent
53732cdcab
commit
40028e1462
2 changed files with 3 additions and 7 deletions
|
@ -20,6 +20,7 @@ CREATE TABLE public.videos
|
|||
allowed_regions text[] COLLATE pg_catalog."default",
|
||||
is_family_friendly boolean,
|
||||
genre text COLLATE pg_catalog."default",
|
||||
genre_url text COLLATE pg_catalog."default",
|
||||
CONSTRAINT videos_pkey PRIMARY KEY (id)
|
||||
)
|
||||
WITH (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue