From d76f8f6c76ecc9e72d91ddc3e289440a8973cf3a Mon Sep 17 00:00:00 2001 From: enriquecd Date: Mon, 30 Apr 2018 14:59:35 +0200 Subject: [PATCH] Fix MR - #2007 --- pandora_console/extras/mr/15.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/extras/mr/15.sql b/pandora_console/extras/mr/15.sql index 5ea258e5bf..fff6c4e440 100644 --- a/pandora_console/extras/mr/15.sql +++ b/pandora_console/extras/mr/15.sql @@ -4,6 +4,6 @@ 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_1; +ALTER TABLE tcluster_agent DROP FOREIGN KEY tcluster_agent_ibfk_2; COMMIT; \ No newline at end of file