aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2017-02-06 20:34:53 -0300
committerariel- <ariel-@users.noreply.github.com>2017-02-06 20:47:12 -0300
commit9e65fead38c486ec8a971a09a95ffae912943a83 (patch)
tree96b0eb41c1b4464a8a66d66c60a08943663ec43a /sql/updates/auth
parentaa7ef797d6c362710a38c12e31db4b8f3b2963e4 (diff)
Core/RBAC: sync enum with master
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/3.3.5/2017_02_06_00_auth_335.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/auth/3.3.5/2017_02_06_00_auth_335.sql b/sql/updates/auth/3.3.5/2017_02_06_00_auth_335.sql
new file mode 100644
index 00000000000..987072ba8f5
--- /dev/null
+++ b/sql/updates/auth/3.3.5/2017_02_06_00_auth_335.sql
@@ -0,0 +1,5 @@
+DELETE FROM `rbac_permissions` WHERE `id` IN (845, 852);
+INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
+(852, 'Command: go offset');
+INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES
+(198, 852);