Update change index for channel_videos and add index for nonces
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user