Merge branch '832-add-server-exec-proxy-to-policy-wizard-dev' into 'develop'

Added db changes to mr 6

See merge request !765
This commit is contained in:
nramon 2017-08-31 11:46:41 +02:00
commit a99b75da4c
1 changed files with 4 additions and 0 deletions

View File

@ -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;