diff options
| author | Shadow <theshadowmaru@gmail.com> | 2020-04-07 16:32:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-07 22:32:04 +0200 |
| commit | d962624d6107986fe7c349629878a121d27b186c (patch) | |
| tree | f93a4f9a92cbe48ca8a3b30e13352d36adc23dd4 /sql/updates | |
| parent | ae553f89664a4baade80020856c9ff66323de963 (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>
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/3.3.5/2020_04_07_00_auth.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/auth/3.3.5/2020_04_07_00_auth.sql b/sql/updates/auth/3.3.5/2020_04_07_00_auth.sql new file mode 100644 index 00000000000..37d19125765 --- /dev/null +++ b/sql/updates/auth/3.3.5/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'); |
