I have a large database with many tables, and "on-delete" action is set to cascade for all of them. Is it possible to change this option to "No action" in one go without having to open each and every table and each and every relation properties in Workbench ?
I presume it is not possible in Workbench interface, but I would bet it can be done programmatically using cursors that loop through all tables and change relations