mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 03:26:59 +03:00
Highlight category now has it's own action type
This commit is contained in:
7
databases/_upgrade_sponsorTimes_30.sql
Normal file
7
databases/_upgrade_sponsorTimes_30.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
UPDATE "sponsorTimes" SET "actionType" = 'poi' WHERE "category" = 'poi_highlight';
|
||||
|
||||
UPDATE "config" SET value = 30 WHERE key = 'version';
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user