SponsorBlockServer/databases/_upgrade_sponsorTimes_36.sql

7 lines
136 B
MySQL
Raw Permalink Normal View History

BEGIN TRANSACTION;
ALTER TABLE "warnings" ADD "type" INTEGER default 0;
UPDATE "config" SET value = 36 WHERE key = 'version';
COMMIT;