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
If you try to delete a database host with a linked node, you will get a 500 due to a foreign key issue
SQLSTATE[23000]: Integrity constraint violation: 19 FOREIGN KEY constraint failed
You must remove the linked node, save the database host, and then delete it.
The text was updated successfully, but these errors were encountered:
Couldn't reproduce on main, tried on sqlite & mariadb I believe #844 fixed it
Sorry, something went wrong.
My migrations are up to date on sqlite, sooo I'm not sure.
I guess this isn't an issue?
No branches or pull requests
If you try to delete a database host with a linked node, you will get a 500 due to a foreign key issue
You must remove the linked node, save the database host, and then delete it.
The text was updated successfully, but these errors were encountered: