Remove index creation from upgraders

This commit is contained in:
Ajay Ramachandran
2021-03-11 18:55:27 -05:00
parent 4168733825
commit cfdb0f4466
3 changed files with 0 additions and 8 deletions

View File

@@ -29,7 +29,4 @@ CREATE TABLE IF NOT EXISTS "config" (
"value" TEXT NOT NULL
);
CREATE INDEX IF NOT EXISTS "sponsorTimes_hashedIP" on "sponsorTimes"("hashedIP");
CREATE INDEX IF NOT EXISTS "votes_userID" on "votes"("UUID");
COMMIT;