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
Trying to delete a just created species lists fails with a mysql exception:
"java.sql.SQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails (`specieslists`.`species_list_item`, CONSTRAINT `FKflnlmsjs4mhw75g6ovtaebor8` FOREIGN KEY (`matched_species_id`) REFERENCES `matched_species` (`id`))"
This happens using 5.2.3.
5.2.3
The text was updated successfully, but these errors were encountered:
Fix for #321
409e2fc
Successfully merging a pull request may close this issue.
Trying to delete a just created species lists fails with a mysql exception:
This happens using
5.2.3
.The text was updated successfully, but these errors were encountered: