From 2fe884970827c7836489e0e897b9361a14cc391b Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Thu, 31 Aug 2017 11:33:08 +0200 Subject: [PATCH] Added db changes to mr 6 --- pandora_console/extras/mr/6.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pandora_console/extras/mr/6.sql b/pandora_console/extras/mr/6.sql index aeb94260bf..878029da34 100644 --- a/pandora_console/extras/mr/6.sql +++ b/pandora_console/extras/mr/6.sql @@ -2,4 +2,8 @@ START TRANSACTION; ALTER TABLE tagente MODIFY COLUMN `cascade_protection_module` int(10) unsigned NOT NULL default '0'; +ALTER TABLE tserver ADD COLUMN exec_proxy tinyint(1) UNSIGNED NOT NULL default 0; + +ALTER TABLE tevent_response ADD COLUMN server_to_exec int(10) unsigned NOT NULL DEFAULT 0; + COMMIT; \ No newline at end of file