diff options
author | Spp <spp@jorge.gr> | 2013-08-30 15:17:16 +0200 |
---|---|---|
committer | Spp <spp@jorge.gr> | 2013-08-30 15:17:16 +0200 |
commit | e0d334bc81f1ba5d43eb25bb68d0afe808bb1246 (patch) | |
tree | c685df7b6f401179a6a6b9a3c8b9aa32efee1531 | |
parent | d805a2dc0e02ddcc4a52d105d0d4c49499735e9b (diff) |
Corrections to ea26928 sql files
-rw-r--r-- | sql/updates/auth/2013_08_30_00_auth_misc.sql | 1 | ||||
-rw-r--r-- | sql/updates/world/2013_08_30_02_world_command.sql | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/auth/2013_08_30_00_auth_misc.sql b/sql/updates/auth/2013_08_30_00_auth_misc.sql index 1f51a8deee8..1e790ce7e28 100644 --- a/sql/updates/auth/2013_08_30_00_auth_misc.sql +++ b/sql/updates/auth/2013_08_30_00_auth_misc.sql @@ -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), diff --git a/sql/updates/world/2013_08_30_02_world_command.sql b/sql/updates/world/2013_08_30_02_world_command.sql index 1b0f1a2a663..7cf91342101 100644 --- a/sql/updates/world/2013_08_30_02_world_command.sql +++ b/sql/updates/world/2013_08_30_02_world_command.sql @@ -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'; |