Remove old index

This commit is contained in:
Ajay Ramachandran 2021-06-24 00:02:00 -04:00
parent c5245cb8e2
commit 7269dc4e5f

View file

@ -17,13 +17,6 @@ CREATE INDEX IF NOT EXISTS "votes_userID"
("UUID" COLLATE pg_catalog."default" ASC NULLS LAST) ("UUID" COLLATE pg_catalog."default" ASC NULLS LAST)
TABLESPACE pg_default; TABLESPACE pg_default;
-- shadowBannedUsers
CREATE INDEX IF NOT EXISTS "shadowBannedUsers_index"
ON public."shadowBannedUsers" USING btree
("userID" COLLATE pg_catalog."default" ASC NULLS LAST)
TABLESPACE pg_default;
-- categoryVotes -- categoryVotes
CREATE INDEX IF NOT EXISTS "categoryVotes_UUID" CREATE INDEX IF NOT EXISTS "categoryVotes_UUID"