mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 19:47:00 +03:00
Remove service from index
This commit is contained in:
@@ -27,7 +27,7 @@ CREATE INDEX IF NOT EXISTS "sponsorTimes_videoID"
|
|||||||
|
|
||||||
CREATE INDEX IF NOT EXISTS "sponsorTimes_videoID_category"
|
CREATE INDEX IF NOT EXISTS "sponsorTimes_videoID_category"
|
||||||
ON public."sponsorTimes" USING btree
|
ON public."sponsorTimes" USING btree
|
||||||
(service COLLATE pg_catalog."default" ASC NULLS LAST, "videoID" COLLATE pg_catalog."default" ASC NULLS LAST, "category" COLLATE pg_catalog."default" ASC NULLS LAST)
|
("videoID" COLLATE pg_catalog."default" ASC NULLS LAST, "category" COLLATE pg_catalog."default" ASC NULLS LAST)
|
||||||
TABLESPACE pg_default;
|
TABLESPACE pg_default;
|
||||||
|
|
||||||
CREATE INDEX IF NOT EXISTS "sponsorTimes_description_gin"
|
CREATE INDEX IF NOT EXISTS "sponsorTimes_description_gin"
|
||||||
|
|||||||
Reference in New Issue
Block a user