pandorafms/pandora_console/extras/mr/15.sql

9 lines
219 B
MySQL
Raw Normal View History

START TRANSACTION;
ALTER TABLE tcluster DROP FOREIGN KEY tcluster_ibfk_1;
ALTER TABLE tcluster_agent DROP FOREIGN KEY tcluster_agent_ibfk_1;
2018-04-30 14:59:35 +02:00
ALTER TABLE tcluster_agent DROP FOREIGN KEY tcluster_agent_ibfk_2;
COMMIT;