2010-08-19 Sergio Martin <sergio.martin@artica.es>

* pandoradb.sql
	extra/pandoradb_migrate_v3.1_to_v3.2.sql: added a database field on
	agente_modulo to unlink the modules from policies
	
	* images/unlinkpolicy.png
	images/linkpolicy.png: Added two icons to linked and unlinked policies



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3158 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2010-08-19 08:24:09 +00:00
parent 20cac394e5
commit 5c93a42a43
5 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,12 @@
2010-08-19 Sergio Martin <sergio.martin@artica.es>
* pandoradb.sql
extra/pandoradb_migrate_v3.1_to_v3.2.sql: added a database field on
agente_modulo to unlink the modules from policies
* images/unlinkpolicy.png
images/linkpolicy.png: Added two icons to linked and unlinked policies
2010-08-19 Junichi Satoh <junichi@rworks.jp>
* godmode/modules/manage_network_components_form_network.php: Changed

View File

@ -68,6 +68,7 @@ CREATE TABLE IF NOT EXISTS `tnetwork_map` (
-- -----------------------------------------------------
ALTER TABLE `tagente_modulo` ADD COLUMN `id_policy_module` INTEGER UNSIGNED NOT NULL DEFAULT 0 AFTER `nombre`;
ALTER TABLE `tagente_modulo` ADD COLUMN `policy_linked` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0 AFTER `delete_pending`;
-- -----------------------------------------------------
-- Table `talert_template_modules`

Binary file not shown.

After

Width:  |  Height:  |  Size: 882 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 949 B

View File

@ -176,6 +176,7 @@ CREATE TABLE IF NOT EXISTS `tagente_modulo` (
`max_critical` double(18,2) default 0,
`min_ff_event` int(4) unsigned default '0',
`delete_pending` int(1) unsigned default 0,
`policy_linked` tinyint(1) unsigned not null default 0.
`custom_string_1` text default '',
`custom_string_2` text default '',
`custom_string_3` text default '',