mirror of
https://github.com/iv-org/invidious.git
synced 2025-11-21 17:05:31 +00:00
Add published field
This commit is contained in:
@@ -11,6 +11,7 @@ CREATE TABLE public.videos
|
||||
likes integer,
|
||||
dislikes integer,
|
||||
wilson_score double precision,
|
||||
published timestamp with time zone,
|
||||
CONSTRAINT videos_pkey PRIMARY KEY (id)
|
||||
)
|
||||
WITH (
|
||||
|
||||
Reference in New Issue
Block a user