diff options
| author | treeston <treeston.mmoc@gmail.com> | 2017-06-17 01:24:53 +0200 |
|---|---|---|
| committer | Carbenium <carbenium@outlook.com> | 2020-07-16 22:00:30 +0200 |
| commit | f8fa4d734c39e51faf451f07fa2ac1ab83290394 (patch) | |
| tree | ac23769fd84ebbd5a7c755bed4e0008e0a8f5015 /sql/updates | |
| parent | 64baba77b6234131dad9cb8214a601bf49e11dfe (diff) | |
Correct some missing auth DB changes from b59ca1c.
(cherry picked from commit 41eddd59aa3c911ba77f9ffbb85af42a4e6c2b53)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/master/2017_06_17_00_auth.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2017_06_17_00_auth.sql b/sql/updates/auth/master/2017_06_17_00_auth.sql new file mode 100644 index 00000000000..10f1a69824e --- /dev/null +++ b/sql/updates/auth/master/2017_06_17_00_auth.sql @@ -0,0 +1,2 @@ +-- +UPDATE `rbac_permissions` SET `name`="Command: debug worldstate" WHERE `id`=339; |
