mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-02 11:36:27 -04:00
Add subCountText and add XHR alternative for subscribing to channels
This commit is contained in:
parent
81b447782a
commit
1a39faee75
7 changed files with 144 additions and 24 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue