mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Fix upgrade crash
This commit is contained in:
parent
d273095525
commit
6621ae3730
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ BEGIN TRANSACTION;
|
|||
|
||||
-- Add primary keys
|
||||
|
||||
DROP INDEX "privateDB_sponsorTimes_v3"; --!sqlite-ignore
|
||||
DROP INDEX IF EXISTS "privateDB_sponsorTimes_v3"; --!sqlite-ignore
|
||||
|
||||
UPDATE "config" SET value = 9 WHERE key = 'version';
|
||||
|
||||
|
|
Loading…
Reference in a new issue