aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorxjose93 <xjose93@hotmail.com>2016-06-14 18:23:45 +0200
committermik1893 <michele.roscelli@gmail.com>2016-06-14 17:23:45 +0100
commite2c01899272d1e6c6bbf990676b818cceaf18c9c (patch)
tree3f33b91a55aca1693e16f0eee646722c26734fef /sql/updates/auth
parent8e84603090726cf3715c444763a2c499f6518e95 (diff)
Core/Commands: Implement .neargraveyard (find nearest graveyard from dbc). (#17301)
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/3.3.5/2016_06_06_00_auth.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/auth/3.3.5/2016_06_06_00_auth.sql b/sql/updates/auth/3.3.5/2016_06_06_00_auth.sql
new file mode 100644
index 00000000000..0e203d847ae
--- /dev/null
+++ b/sql/updates/auth/3.3.5/2016_06_06_00_auth.sql
@@ -0,0 +1,5 @@
+DELETE FROM `rbac_permissions` WHERE `id` = 841;
+INSERT INTO `rbac_permissions` (`id`, `name`) VALUES (841, 'Command: .debug neargraveyard');
+
+DELETE FROM `rbac_linked_permissions` WHERE `id` = 196 AND `linkedId` = 841;
+INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES (196, 841);