Skip to content
  • Jelle van der Waa's avatar
    Resolve SQL Error when deleting an account · f35f6ba8
    Jelle van der Waa authored
    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
    f35f6ba8