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
verify_user_is_chat_owner:124 - IntegrityError: (mysql.connector.errors.IntegrityError) 1452 (23000): Cannot add or update a child row: a foreign key constraint fails (kmua.user_chat_association, CONSTRAINT user_chat_association_ibfk_1 FOREIGN KEY (user_id) REFERENCES user_data (id) ON DELETE RESTRICT ON UPDATE RESTRICT)
kmua
user_chat_association
user_chat_association_ibfk_1
user_id
user_data
id
The text was updated successfully, but these errors were encountered:
No branches or pull requests
verify_user_is_chat_owner:124 - IntegrityError: (mysql.connector.errors.IntegrityError) 1452 (23000): Cannot add or update a child row: a foreign key constraint fails (
kmua
.user_chat_association
, CONSTRAINTuser_chat_association_ibfk_1
FOREIGN KEY (user_id
) REFERENCESuser_data
(id
) ON DELETE RESTRICT ON UPDATE RESTRICT)The text was updated successfully, but these errors were encountered: