diff --git a/pandora_console/extras/mr/2.sql b/pandora_console/extras/mr/2.sql index f246a1900d..4b1e944dc1 100644 --- a/pandora_console/extras/mr/2.sql +++ b/pandora_console/extras/mr/2.sql @@ -4,4 +4,6 @@ ALTER TABLE tagent_custom_fields ADD is_password_type tinyint(1) NOT NULL DEFAUL ALTER TABLE treport_content ADD COLUMN historical_db tinyint(1) NOT NULL DEFAULT 0; +ALTER TABLE tpolicy_modules ADD COLUMN ip_target varchar(100) default ''; + COMMIT; \ No newline at end of file