Remove aditional reference and sort config.

This commit is contained in:
Félix Suárez 2023-06-04 16:49:25 -06:00
parent 593d197016
commit 6aa082d54c
2 changed files with 1 additions and 12 deletions

View File

@ -1,16 +1,5 @@
START TRANSACTION; START TRANSACTION;
CREATE TABLE IF NOT EXISTS `tnetwork_matrix` (
`id` int(10) unsigned NOT NULL auto_increment,
`source` varchar(60) default '',
`destination` varchar(60) default '',
`utimestamp` bigint(20) default 0,
`bytes` int(18) unsigned default 0,
`pkts` int(18) unsigned default 0,
PRIMARY KEY (`id`),
UNIQUE (`source`, `destination`, `utimestamp`)
) ENGINE = InnoDB DEFAULT CHARSET=utf8 ;
ALTER TABLE `treport_content` ADD COLUMN `show_extended_events` tinyint(1) default '0'; ALTER TABLE `treport_content` ADD COLUMN `show_extended_events` tinyint(1) default '0';
UPDATE `treport_content` SET type="netflow_summary" WHERE type="netflow_pie" OR type="netflow_statistics"; UPDATE `treport_content` SET type="netflow_summary" WHERE type="netflow_pie" OR type="netflow_statistics";

View File

@ -546,7 +546,7 @@ $table->data[6][0] = html_print_label_input_block(
); );
if (enterprise_installed()) { if (enterprise_installed()) {
$table->data[7][0] = html_print_label_input_block( $table->data[6][1] = html_print_label_input_block(
__('Max. days before delete inventory data'), __('Max. days before delete inventory data'),
html_print_input_text( html_print_input_text(
'inventory_purge', 'inventory_purge',