mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-10 21:47:02 +03:00
Update indexes file table name
This commit is contained in:
@@ -51,10 +51,10 @@ CREATE INDEX IF NOT EXISTS "warnings_issueTime"
|
|||||||
("issueTime" ASC NULLS LAST)
|
("issueTime" ASC NULLS LAST)
|
||||||
TABLESPACE pg_default;
|
TABLESPACE pg_default;
|
||||||
|
|
||||||
-- noSegments
|
-- lockCategories
|
||||||
|
|
||||||
CREATE INDEX IF NOT EXISTS "noSegments_videoID"
|
CREATE INDEX IF NOT EXISTS "noSegments_videoID"
|
||||||
ON public."noSegments" USING btree
|
ON public."lockCategories" USING btree
|
||||||
("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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user