Skip to content
Snippets Groups Projects
Commit 039dd92f authored by Moritz Strohm's avatar Moritz Strohm
Browse files

UserManagement::deletePersonalData: use the new name for the table with...

UserManagement::deletePersonalData: use the new name for the table with schedule entries, fixes #4870

Closes #4870

Merge request studip/studip!3654
parent 2e4a7218
No related branches found
No related tags found
No related merge requests found
...@@ -1196,7 +1196,7 @@ class UserManagement ...@@ -1196,7 +1196,7 @@ class UserManagement
"DELETE FROM user_online WHERE user_id = ?", "DELETE FROM user_online WHERE user_id = ?",
"DELETE FROM auto_insert_user WHERE user_id = ?", "DELETE FROM auto_insert_user WHERE user_id = ?",
"DELETE FROM roles_user WHERE userid = ?", "DELETE FROM roles_user WHERE userid = ?",
"DELETE FROM schedule WHERE user_id = ?", "DELETE FROM schedule_entries WHERE user_id = ?",
"DELETE FROM schedule_courses WHERE user_id = ?", "DELETE FROM schedule_courses 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 = ?",
......
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