mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-14 15:37:07 +03:00
Remove index creation from upgraders
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user