aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2018-09-06 10:46:28 +0200
committerTreeston <treeston.mmoc@gmail.com>2018-09-06 10:46:28 +0200
commit5843724debc3642434c055e5cf6f29a1eaf65358 (patch)
tree644a47e15e5db61ce8a2e98cd9529a035a351a3e /sql/updates/auth
parenta10870571558424033c2ffb41e4759e6581c8d86 (diff)
Core/RBAC: Simplification part 1. Nobody needs different permissions for each type of .go command.
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/3.3.5/2018_09_06_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/3.3.5/2018_09_06_00_auth.sql b/sql/updates/auth/3.3.5/2018_09_06_00_auth.sql
new file mode 100644
index 00000000000..5a9718edcfb
--- /dev/null
+++ b/sql/updates/auth/3.3.5/2018_09_06_00_auth.sql
@@ -0,0 +1,3 @@
+-- rbac simplify
+DELETE FROM `rbac_linked_permissions` WHERE `linkedid` IN (378,379,380,381,382,383,384,385,386,852,874);
+DELETE FROM `rbac_permissions` WHERE `id` IN (378,379,380,381,382,383,384,385,386,852,874);