diff options
| author | Shauren <shauren.trinity@gmail.com> | 2025-06-05 16:23:38 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2025-06-05 16:23:38 +0200 |
| commit | 346349a0405ce0fc77dd50b4e993034309a8a001 (patch) | |
| tree | 6560f4abc988daa905153642f6ad330fbb45ebda /sql/updates/auth | |
| parent | 7cbbe2c781064c64cfa694852b7c133054ba0373 (diff) | |
DB/RBAC: Add missing command permission assignments and remove unused permission
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2025_06_05_02_auth.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2025_06_05_02_auth.sql b/sql/updates/auth/master/2025_06_05_02_auth.sql new file mode 100644 index 00000000000..a76be6caacb --- /dev/null +++ b/sql/updates/auth/master/2025_06_05_02_auth.sql @@ -0,0 +1,5 @@ +DELETE FROM `rbac_permissions` WHERE `id`=841; +DELETE FROM `rbac_linked_permissions` WHERE `id`=196 AND `linkedId` IN (460,880); +INSERT INTO `rbac_linked_permissions` (`id`,`linkedId`) VALUES +(196,460), +(196,880); |
