We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auth_user_groups
Expected behavior/code Deleting a user from edx MySQL should cascade delete all entries from user or set the user as PROTECTED .
Actual Behavior
(pymysql.err.IntegrityError) (1451, 'Cannot delete or update a parent row: a foreign key constraint fails (`edxapp`.`auth_user_groups`, CONSTRAINT `user_id_refs_id_831107f1` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`))') [SQL: DELETE FROM auth_user WHERE auth_user.id = %(id)s] [parameters: {'id': 7048}]
Environment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Expected behavior/code
Deleting a user from edx MySQL should cascade delete all entries from user or set the user as PROTECTED .
Actual Behavior
Environment
The text was updated successfully, but these errors were encountered: