aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2023-11-24 21:08:00 +0100
committerGitHub <noreply@github.com>2023-11-24 21:08:00 +0100
commit3f6f683ce4b5f4a95a2d70921de2c80de6b3a8fe (patch)
treef5601a0099a13aacef4bb115679ac51858ac9e42 /sql/updates/auth
parentb299902881cb6525b5a6cc08c5721c0c1c7401ab (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.sql5
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;