From ee353bd66af50d1d7607281a1bfdd663328ba83c Mon Sep 17 00:00:00 2001 From: Tristan Date: Sat, 3 Aug 2024 11:10:32 +0200 Subject: [PATCH] fix: update config version --- databases/_upgrade_sponsorTimes_41.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/databases/_upgrade_sponsorTimes_41.sql b/databases/_upgrade_sponsorTimes_41.sql index e6ee91b1..8b35233c 100644 --- a/databases/_upgrade_sponsorTimes_41.sql +++ b/databases/_upgrade_sponsorTimes_41.sql @@ -22,4 +22,7 @@ ALTER TABLE "lockCategories" ADD "updatedAt" INTEGER NOT NULL; -- titleVotes ALTER TABLE "titleVotes" ADD "createdAt" INTEGER NOT NULL; ALTER TABLE "titleVotes" ADD "updatedAt" INTEGER NOT NULL; + +UPDATE "config" SET value = 41 WHERE key = 'version'; + COMMIT; \ No newline at end of file