diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/sql/videos.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/sql/videos.sql b/config/sql/videos.sql index 5241d7a0..2a02ccdf 100644 --- a/config/sql/videos.sql +++ b/config/sql/videos.sql @@ -22,6 +22,7 @@ CREATE TABLE public.videos genre text COLLATE pg_catalog."default", genre_url text COLLATE pg_catalog."default", license text COLLATE pg_catalog."default", + sub_count_text text COLLATE pg_catalog."default", CONSTRAINT videos_pkey PRIMARY KEY (id) ) WITH ( |
