add disableTime column to the warnings table

This commit is contained in:
mini-bomba
2025-09-10 22:50:43 +02:00
parent 3e74a0da58
commit b09e552d1d
3 changed files with 66 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
BEGIN TRANSACTION;
ALTER TABLE "warnings" ADD "disableTime" INTEGER NULL;
UPDATE "config" SET value = 45 WHERE key = 'version';
COMMIT;