diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2023-05-05 14:41:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 14:41:11 +0200 |
commit | d521d45f3d0788fa81c8d4ef8285584d11db1d5a (patch) | |
tree | a7dda8f14932af959066d86589ab8b33d995588d /sql | |
parent | fc6f34c4a85aa3bbaa76abc0c19b517d1970d62a (diff) |
DB/Commands: missing part of fc6f34c4a85a
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/auth/3.3.5/2023_05_05_00_auth.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/auth/3.3.5/2023_05_05_00_auth.sql b/sql/updates/auth/3.3.5/2023_05_05_00_auth.sql new file mode 100644 index 00000000000..c4b98641686 --- /dev/null +++ b/sql/updates/auth/3.3.5/2023_05_05_00_auth.sql @@ -0,0 +1,2 @@ +-- +UPDATE `rbac_permissions` SET `name` = 'Command: reload graveyard_zone' WHERE `id` = 645; |