Better private db index

This commit is contained in:
Ajay
2022-02-21 21:57:57 -05:00
parent 6b1fa7f5d0
commit 90fc02e340
2 changed files with 9 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
BEGIN TRANSACTION;
DROP INDEX IF EXISTS "sponsorTimes_hashedIP", "privateDB_sponsorTimes_videoID_v2";
UPDATE "config" SET value = 6 WHERE key = 'version';
COMMIT;