aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorr4dish <ovitnez@gmail.com>2024-01-06 13:02:36 +0200
committerShauren <shauren.trinity@gmail.com>2024-01-06 23:43:59 +0100
commit4dba523a7a06f2a89d22033dfc9f558d07a63e8d (patch)
tree1e0bc4cd2b3a39dd7fc0edf3e731fb0041824a0a /sql/updates/auth
parentc2831bafded61dcd417535a444c2dfbb454171bb (diff)
DB/RBAC: Link RBAC_PERM_IGNORE_IDLE_CONNECTION to correct root permission.
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/3.3.5/2024_01_06_03_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/3.3.5/2024_01_06_03_auth.sql b/sql/updates/auth/3.3.5/2024_01_06_03_auth.sql
new file mode 100644
index 00000000000..93e6ffad0c8
--- /dev/null
+++ b/sql/updates/auth/3.3.5/2024_01_06_03_auth.sql
@@ -0,0 +1,3 @@
+--
+DELETE FROM `rbac_linked_permissions` WHERE `linkedId` = 7;
+INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES (192, 7);