kopia lustrzana https://github.com/iv-org/invidious
Update postgres script
rodzic
be05e1ae4c
commit
5fda7c0aff
|
|
@ -12,6 +12,7 @@ CREATE TABLE public.videos
|
|||
likes integer,
|
||||
dislikes integer,
|
||||
rating double precision,
|
||||
description text COLLATE pg_catalog."default",
|
||||
CONSTRAINT videos_pkey PRIMARY KEY (video_id)
|
||||
)
|
||||
WITH (
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue