aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorSpp <spp@jorge.gr>2013-09-10 15:35:10 +0200
committerSpp <spp@jorge.gr>2013-09-10 15:35:10 +0200
commit953575abfa631b9c58d8a8acc1fc8a37359f6fa6 (patch)
tree5eb91a3cd88446b275a6d183c616b3288dffb75e /sql/updates/auth
parent78363e11b51c42c7f1d7a9598629531bb353a8ad (diff)
Core/RBAC: Remove obsolete generic command permissions
Note: If you have any custom command, CHECK THE SQLS BEFORE APPLYING
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/2013_09_10_14_auth_misc.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/auth/2013_09_10_14_auth_misc.sql b/sql/updates/auth/2013_09_10_14_auth_misc.sql
new file mode 100644
index 00000000000..0f24f96ca99
--- /dev/null
+++ b/sql/updates/auth/2013_09_10_14_auth_misc.sql
@@ -0,0 +1,4 @@
+-- Remove obsolete permissions
+
+DELETE FROM `rbac_role_permissions` WHERE `permissionId` IN (7, 8, 9, 10, 12);
+DELETE FROM `rbac_permissions` WHERE `id` IN (7, 8, 9, 10, 12);