From 953575abfa631b9c58d8a8acc1fc8a37359f6fa6 Mon Sep 17 00:00:00 2001 From: Spp Date: Tue, 10 Sep 2013 15:35:10 +0200 Subject: Core/RBAC: Remove obsolete generic command permissions Note: If you have any custom command, CHECK THE SQLS BEFORE APPLYING --- sql/updates/auth/2013_09_10_14_auth_misc.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/auth/2013_09_10_14_auth_misc.sql (limited to 'sql/updates/auth') 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); -- cgit v1.2.3