mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-01 11:06:08 -04:00
Move author and ucid into schema
This commit is contained in:
parent
cbe10784aa
commit
a2e23f7022
2 changed files with 7 additions and 2 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue