2018-04-30 13:06:08 +02:00
|
|
|
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;
|
2018-04-30 13:06:08 +02:00
|
|
|
|
|
|
|
COMMIT;
|