mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-06 10:44:03 +00:00
Move author and ucid into schema
This commit is contained in:
@@ -15,6 +15,8 @@ CREATE TABLE public.videos
|
||||
published timestamp with time zone,
|
||||
description text COLLATE pg_catalog."default",
|
||||
language text COLLATE pg_catalog."default",
|
||||
author text COLLATE pg_catalog."default",
|
||||
ucid text COLLATE pg_catalog."default",
|
||||
CONSTRAINT videos_pkey PRIMARY KEY (id)
|
||||
)
|
||||
WITH (
|
||||
|
Reference in New Issue
Block a user