Skip to content
Snippets Groups Projects
Commit 2d5da194 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

remove calls to recently removed tables, fixes #4347

Closes #4347

Merge request studip/studip!3149
parent 1ddfe70c
No related branches found
No related tags found
No related merge requests found
...@@ -1207,8 +1207,6 @@ class UserManagement ...@@ -1207,8 +1207,6 @@ class UserManagement
"DELETE FROM schedule_seminare WHERE user_id = ?", "DELETE FROM schedule_seminare WHERE user_id = ?",
"DELETE FROM termin_related_persons WHERE user_id = ?", "DELETE FROM termin_related_persons WHERE user_id = ?",
"DELETE FROM priorities 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 help_tour_user WHERE user_id = ?",
"DELETE FROM personal_notifications_user WHERE user_id = ?", "DELETE FROM personal_notifications_user WHERE user_id = ?",
"DELETE FROM forum_abo_users WHERE user_id = ?", "DELETE FROM forum_abo_users WHERE user_id = ?",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment