Skip to content

Resolve SQL Error when deleting an account

Jelle van der Waa requested to merge jelle/aurweb:deletion_sql_error into master

The account deletion code tries to remove user from PackageNotifications using the wrong column UsersID to identify the user by id. In the PackagePackageNotifications table the foreign key is called UserID. In the future ideally this would be unified into UserID for all tables.

Closes: #12 (closed)

Merge request reports