mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-09 23:12:15 +05:30
Update postgres script
This commit is contained in:
parent
be05e1ae4c
commit
5fda7c0aff
@ -12,6 +12,7 @@ CREATE TABLE public.videos
|
|||||||
likes integer,
|
likes integer,
|
||||||
dislikes integer,
|
dislikes integer,
|
||||||
rating double precision,
|
rating double precision,
|
||||||
|
description text COLLATE pg_catalog."default",
|
||||||
CONSTRAINT videos_pkey PRIMARY KEY (video_id)
|
CONSTRAINT videos_pkey PRIMARY KEY (video_id)
|
||||||
)
|
)
|
||||||
WITH (
|
WITH (
|
||||||
|
Loading…
Reference in New Issue
Block a user