From 4ef4ed1a966629e3d85e2dc9c1fbc6b9861c0d5d Mon Sep 17 00:00:00 2001 From: duckietm Date: Tue, 26 May 2026 12:52:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20Enable=20HK=20in=20client=20with?= =?UTF-8?q?=20permissions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database Updates/006_Allow_Housekeeping_in_Client.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 Database Updates/006_Allow_Housekeeping_in_Client.sql diff --git a/Database Updates/006_Allow_Housekeeping_in_Client.sql b/Database Updates/006_Allow_Housekeeping_in_Client.sql new file mode 100644 index 00000000..8d401928 --- /dev/null +++ b/Database Updates/006_Allow_Housekeeping_in_Client.sql @@ -0,0 +1 @@ +INSERT INTO `camwijsnew`.`permission_definitions` (`permission_key`, `max_value`, `comment`, `rank_1`, `rank_2`, `rank_3`, `rank_4`, `rank_5`, `rank_6`, `rank_7`) VALUES ('acc_housekeeping', '1', 'Allow housekeeping in the client', '0', '0', '0', '0', '0', '0', '1');