mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
e9fcf6b445
Also add dearrow warning reason as option for user info
7 lines
No EOL
136 B
SQL
7 lines
No EOL
136 B
SQL
BEGIN TRANSACTION;
|
|
|
|
ALTER TABLE "warnings" ADD "type" INTEGER default 0;
|
|
|
|
UPDATE "config" SET value = 36 WHERE key = 'version';
|
|
|
|
COMMIT; |