mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Update indexes file table name
This commit is contained in:
parent
99a4ed9e84
commit
b0a4b6ebed
1 changed files with 2 additions and 2 deletions
|
@ -51,10 +51,10 @@ CREATE INDEX IF NOT EXISTS "warnings_issueTime"
|
|||
("issueTime" ASC NULLS LAST)
|
||||
TABLESPACE pg_default;
|
||||
|
||||
-- noSegments
|
||||
-- lockCategories
|
||||
|
||||
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)
|
||||
TABLESPACE pg_default;
|
||||
|
||||
|
|
Loading…
Reference in a new issue