Corrections to ea26928 sql files

This commit is contained in:
Spp
2013-08-30 15:17:16 +02:00
parent d805a2dc0e
commit e0d334bc81
2 changed files with 1 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ INSERT INTO `rbac_role_permissions` (`roleId`, `permissionId`) VALUES
(4, 209),
(4, 210),
(4, 211),
(4, 212),
(4, 213),
(4, 214),
(4, 215),

View File

@@ -1,5 +1,4 @@
-- Update command table with new RBAC permissions
UPDATE `command` SET `permission` = 200 WHERE `name` = '.rbac';
UPDATE `command` SET `permission` = 201 WHERE `name` = '.rbac account';
UPDATE `command` SET `permission` = 202 WHERE `name` = '.rbac account group';
UPDATE `command` SET `permission` = 203 WHERE `name` = '.rbac account group add';