aboutsummaryrefslogtreecommitdiff
path: root/sql/old/8.x
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2018-01-09 18:09:24 +0100
committerShauren <shauren.trinity@gmail.com>2021-05-16 21:57:35 +0200
commite090c9a00eab7af40ba1b4090d5b5a456a3e4b33 (patch)
tree21fb6a7a7430008b8cae9a513e669e8adaad60b2 /sql/old/8.x
parent0ce1e9d6522974e3186e8b5cf75b7c653a075862 (diff)
Scripts/Commands: New command: .debug threatinfo
(cherry picked from commit f45c211987794ff7e4192e0d3d4ca6bf67335fb5)
Diffstat (limited to 'sql/old/8.x')
-rw-r--r--sql/old/8.x/auth/20061_2020_08_14/2018_01_09_00_auth.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/old/8.x/auth/20061_2020_08_14/2018_01_09_00_auth.sql b/sql/old/8.x/auth/20061_2020_08_14/2018_01_09_00_auth.sql
new file mode 100644
index 00000000000..aac66eaaa2b
--- /dev/null
+++ b/sql/old/8.x/auth/20061_2020_08_14/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);