Add back ip ban

This commit is contained in:
Ajay
2026-01-22 03:07:13 -05:00
parent 6d5b6dd3ae
commit b5b01fa701
3 changed files with 108 additions and 3 deletions

View File

@@ -4,6 +4,10 @@ CREATE INDEX IF NOT EXISTS "privateDB_sponsorTimes_v4"
ON public."sponsorTimes" USING btree
("videoID" ASC NULLS LAST, service COLLATE pg_catalog."default" ASC NULLS LAST, "timeSubmitted" ASC NULLS LAST);
CREATE INDEX IF NOT EXISTS "privateDB_time"
ON public."sponsorTimes" USING btree
("timeSubmitted" ASC NULLS LAST);
-- votes
CREATE INDEX IF NOT EXISTS "votes_userID"