You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By looking closely the error is "Referential integrity constraint violation: "FK7QMVVBJEHHPPYL7SHLE3QELI1: PUBLIC.TAG FOREIGN KEY(PARENT_ID) REFERENCES PUBLIC.TAG(ID) (2)"; SQL statement: delete from tag where id=? and version=? [23503-197]"
When you try to delete tag that already has a child. we get a error message 409
The text was updated successfully, but these errors were encountered: