diff options
Diffstat (limited to 'config/sql/videos.sql')
| -rw-r--r-- | config/sql/videos.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/sql/videos.sql b/config/sql/videos.sql index 2fb52946..63a42e66 100644 --- a/config/sql/videos.sql +++ b/config/sql/videos.sql @@ -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 ( |
