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

@@ -35,9 +35,6 @@ CREATE TABLE IF NOT EXISTS "config" (
"value" TEXT NOT NULL
);
CREATE INDEX IF NOT EXISTS "sponsorTimes_videoID" on "sponsorTimes"("videoID");
CREATE INDEX IF NOT EXISTS "sponsorTimes_UUID" on "sponsorTimes"("UUID");
CREATE EXTENSION IF NOT EXISTS pgcrypto; --!sqlite-ignore
COMMIT;