mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-26 20:28:49 +02:00
9 lines
219 B
SQL
9 lines
219 B
SQL
START TRANSACTION;
|
|
|
|
ALTER TABLE tcluster DROP FOREIGN KEY tcluster_ibfk_1;
|
|
|
|
ALTER TABLE tcluster_agent DROP FOREIGN KEY tcluster_agent_ibfk_1;
|
|
|
|
ALTER TABLE tcluster_agent DROP FOREIGN KEY tcluster_agent_ibfk_2;
|
|
|
|
COMMIT; |