diff options
| author | ModoX <moardox@gmail.com> | 2023-11-24 21:08:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-24 21:08:00 +0100 |
| commit | 3f6f683ce4b5f4a95a2d70921de2c80de6b3a8fe (patch) | |
| tree | f5601a0099a13aacef4bb115679ac51858ac9e42 /sql/updates/auth | |
| parent | b299902881cb6525b5a6cc08c5721c0c1c7401ab (diff) | |
Core/Waypoints: Drop waypoint_scripts table (#29437)
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2023_11_24_00_auth.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_11_24_00_auth.sql b/sql/updates/auth/master/2023_11_24_00_auth.sql new file mode 100644 index 00000000000..24ceeb979c7 --- /dev/null +++ b/sql/updates/auth/master/2023_11_24_00_auth.sql @@ -0,0 +1,5 @@ +-- drop .reload waypoint_scripts +DELETE FROM `rbac_permissions` WHERE `id`=706; +DELETE FROM `rbac_linked_permissions` WHERE `id`=706 OR `linkedId`=706; +DELETE FROM `rbac_account_permissions` WHERE `permissionId`=706; +DELETE FROM `rbac_default_permissions` WHERE `permissionId`=706; |
