aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth/master
diff options
context:
space:
mode:
authorShadow <theshadowmaru@gmail.com>2020-04-07 16:32:04 -0400
committerShauren <shauren.trinity@gmail.com>2022-01-01 01:09:52 +0100
commit321bc3ccfa0c21267bb726efb82a1e4f1f0fc31f (patch)
tree3bccc0f8ad68aaaa4df67ff084df0157769f246d /sql/updates/auth/master
parentde5f7ededeb7fdf87c7218196e611b6a9df225df (diff)
Missing rbac permissions (#24253)
* Added missing RBAC permissions to auth database * Rename 9999_99_99_99_auth.sql to 2020_04_07_00_auth.sql * Update 2020_04_07_00_auth.sql * Update auth_database.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> (cherry picked from commit d962624d6107986fe7c349629878a121d27b186c)
Diffstat (limited to 'sql/updates/auth/master')
-rw-r--r--sql/updates/auth/master/2020_04_07_00_auth.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2020_04_07_00_auth.sql b/sql/updates/auth/master/2020_04_07_00_auth.sql
new file mode 100644
index 00000000000..37d19125765
--- /dev/null
+++ b/sql/updates/auth/master/2020_04_07_00_auth.sql
@@ -0,0 +1,4 @@
+--
+INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
+(278, 'Command: character deleted delete'),
+(281, 'Command: character deleted old');