Merge branch 'fix/mr' into 'develop'
minor fix See merge request artica/pandorafms!2304 Former-commit-id: f24ca3e2617a696adb9de32ad5fd1bd5f5b14111
This commit is contained in:
commit
0f30633094
|
@ -16,11 +16,6 @@ UPDATE `treport_content` SET type="netflow_summary" WHERE type="netflow_pie" OR
|
|||
|
||||
UPDATE `tnetflow_filter` SET aggregate="dstip" WHERE aggregate NOT IN ("dstip", "srcip", "dstport", "srcport");
|
||||
|
||||
-- ----------------------------------------------------------------------
|
||||
-- Add column in table `tagent_custom_fields`
|
||||
-- ----------------------------------------------------------------------
|
||||
ALTER TABLE tagent_custom_fields ADD COLUMN `combo_values` VARCHAR(255) DEFAULT '';
|
||||
|
||||
ALTER TABLE `treport_content` ADD COLUMN `show_extended_events` tinyint(1) default '0';
|
||||
|
||||
ALTER TABLE `trecon_task` ADD COLUMN `summary` text;
|
||||
|
|
|
@ -167,6 +167,7 @@ if ($showmap) {
|
|||
[
|
||||
'id_task' => $id_task,
|
||||
'pure' => 1,
|
||||
'widget' => true,
|
||||
]
|
||||
);
|
||||
$map->printMap();
|
||||
|
|
Loading…
Reference in New Issue