Add improved hashed ip index

This commit is contained in:
Ajay
2022-05-26 22:47:07 -04:00
parent 5e4773afdd
commit d273095525
2 changed files with 11 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
BEGIN TRANSACTION;
-- Add primary keys
DROP INDEX "privateDB_sponsorTimes_v3"; --!sqlite-ignore
UPDATE "config" SET value = 9 WHERE key = 'version';
COMMIT;