diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2021-03-29 22:54:10 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2021-03-30 00:39:07 +0200 |
commit | e30621f329b6be05ffb09964390e5839c7650dba (patch) | |
tree | 969b1636d34816c13e2e326523fdbfe6e020c2a6 /web/template/account_details.php | |
parent | 56472ed91a10189e23a3bf66ba18946e205ed57a (diff) | |
download | aur-e30621f329b6be05ffb09964390e5839c7650dba.tar.gz aur-e30621f329b6be05ffb09964390e5839c7650dba.tar.xz |
Resolve SQL Error when deleting an account
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
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/template/account_details.php')
0 files changed, 0 insertions, 0 deletions