aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2018-01-09 18:09:24 +0100
committerTreeston <treeston.mmoc@gmail.com>2018-01-09 18:09:24 +0100
commitf45c211987794ff7e4192e0d3d4ca6bf67335fb5 (patch)
treeb9bc15e45e349ca157f7d5401bbb2dab2b3a8d85 /sql/updates/auth
parent274dede3dc89fa72ec1687d5ff454feba9849e47 (diff)
Scripts/Commands: New command: .debug threatinfo
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/3.3.5/2018_01_09_00_auth.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/auth/3.3.5/2018_01_09_00_auth.sql b/sql/updates/auth/3.3.5/2018_01_09_00_auth.sql
new file mode 100644
index 00000000000..aac66eaaa2b
--- /dev/null
+++ b/sql/updates/auth/3.3.5/2018_01_09_00_auth.sql
@@ -0,0 +1,8 @@
+--
+DELETE FROM `rbac_permissions` WHERE `id`=870;
+INSERT INTO `rbac_permissions` (`id`,`name`) VALUES
+(870, 'Command: debug threatinfo');
+
+DELETE FROM `rbac_linked_permissions` WHERE `linkedId`=870;
+INSERT INTO `rbac_linked_permissions` (`id`,`linkedId`) VALUES
+(196,870);