mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Update change index for channel_videos and add index for nonces
This commit is contained in:
parent
1590393fcc
commit
52cad8d6da
2 changed files with 14 additions and 6 deletions
|
@ -31,6 +31,6 @@ CREATE INDEX channel_videos_published_idx
|
|||
|
||||
CREATE INDEX channel_videos_ucid_idx
|
||||
ON public.channel_videos
|
||||
USING hash
|
||||
USING btree
|
||||
(ucid COLLATE pg_catalog."default");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue