diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2020-08-11 18:04:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-11 18:04:36 +0200 |
| commit | 6116e5b38522ccfb00f6c941c75482e05b4c0799 (patch) | |
| tree | dc729202e449d9a1c0e3b9c0516e1a274c8c1244 /sql/updates/auth | |
| parent | cce1ccdd5cb59070a48562504a0d4d476fd9aad2 (diff) | |
Core/Warden: Warden refactors (PR #25235)
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/3.3.5/2020_08_11_00_auth.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/auth/3.3.5/2020_08_11_00_auth.sql b/sql/updates/auth/3.3.5/2020_08_11_00_auth.sql new file mode 100644 index 00000000000..16296ac7c90 --- /dev/null +++ b/sql/updates/auth/3.3.5/2020_08_11_00_auth.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `rbac_permissions` WHERE `id`=705; +DELETE FROM `rbac_linked_permissions` WHERE `linkedId`=705; +DELETE FROM `rbac_account_permissions` WHERE `permissionId`=705; +DELETE FROM `rbac_default_permissions` WHERE `permissionId`=705; |
