aboutsummaryrefslogtreecommitdiff
path: root/lib/classes/UserManagement.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-06-27 07:11:57 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-06-27 07:11:57 +0000
commit2d5da194b915c7031bd9ba4670b2eca34a2e8c14 (patch)
tree21c9ae8d409f5248e6fe1b803c98e1a2225d639f /lib/classes/UserManagement.php
parent1ddfe70c68edc75c1826a8feb78d0bcbc499e689 (diff)
remove calls to recently removed tables, fixes #4347
Closes #4347 Merge request studip/studip!3149
Diffstat (limited to 'lib/classes/UserManagement.php')
-rw-r--r--lib/classes/UserManagement.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/classes/UserManagement.php b/lib/classes/UserManagement.php
index 4bd47ec..1901c94 100644
--- a/lib/classes/UserManagement.php
+++ b/lib/classes/UserManagement.php
@@ -1207,8 +1207,6 @@ class UserManagement
"DELETE FROM schedule_seminare WHERE user_id = ?",
"DELETE FROM termin_related_persons WHERE user_id = ?",
"DELETE FROM priorities WHERE user_id = ?",
- "DELETE FROM api_oauth_user_mapping WHERE user_id = ?",
- "DELETE FROM api_user_permissions WHERE user_id = ?",
"DELETE FROM help_tour_user WHERE user_id = ?",
"DELETE FROM personal_notifications_user WHERE user_id = ?",
"DELETE FROM forum_abo_users WHERE user_id = ?",