Skip to content
New issue

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

Failed to import database #26

Open
anirbanprince opened this issue Mar 20, 2024 · 0 comments
Open

Failed to import database #26

anirbanprince opened this issue Mar 20, 2024 · 0 comments

Comments

@anirbanprince
Copy link

Failed to import database

---- Constraints for table gsm_member_fileservices--ALTER TABLE gsm_member_fileservices ADD CONSTRAINTgsm_member_fileservices_ibfk_1 FOREIGN KEY (MemberID) REFERENCES gsm_members (ID) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT gsm_member_fileservices_ibfk_2 FOREIGN KEY (FileServiceID) REFERENCES gsm_fileservices (ID) ON DELETE CASCADE ON UPDATE CASCADE;

#1452 - Cannot add or update a child row: a foreign key constraint fails (exclusiveunlock.#sql-ed8_166, CONSTRAINT gsm_member_fileservices_ibfk_1 FOREIGN KEY (MemberID) REFERENCES gsm_members (ID) ON DELETE CASCADE ON UPDATE CASCADE)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant