mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Increase the size of tserver.version.
Ref pandora_enterprise#4943
This commit is contained in:
parent
ddc8a98dc0
commit
19a8288f26
@ -2,6 +2,7 @@ START TRANSACTION;
|
|||||||
|
|
||||||
ALTER TABLE `tservice_element` ADD COLUMN `rules` text;
|
ALTER TABLE `tservice_element` ADD COLUMN `rules` text;
|
||||||
ALTER TABLE `tservice` ADD COLUMN `unknown_as_critical` tinyint(1) NOT NULL default 0 AFTER `warning`;
|
ALTER TABLE `tservice` ADD COLUMN `unknown_as_critical` tinyint(1) NOT NULL default 0 AFTER `warning`;
|
||||||
|
ALTER TABLE `tserver` MODIFY COLUMN `version` varchar(25) NOT NULL DEFAULT '';
|
||||||
|
|
||||||
UPDATE `tservice` SET `auto_calculate`=0;
|
UPDATE `tservice` SET `auto_calculate`=0;
|
||||||
|
|
||||||
|
@ -1073,7 +1073,7 @@ CREATE TABLE IF NOT EXISTS `tserver` (
|
|||||||
`checksum` tinyint(3) unsigned NOT NULL default '0',
|
`checksum` tinyint(3) unsigned NOT NULL default '0',
|
||||||
`description` varchar(255) default NULL,
|
`description` varchar(255) default NULL,
|
||||||
`recon_server` tinyint(3) unsigned NOT NULL default '0',
|
`recon_server` tinyint(3) unsigned NOT NULL default '0',
|
||||||
`version` varchar(20) NOT NULL default '',
|
`version` varchar(25) NOT NULL default '',
|
||||||
`plugin_server` tinyint(3) unsigned NOT NULL default '0',
|
`plugin_server` tinyint(3) unsigned NOT NULL default '0',
|
||||||
`prediction_server` tinyint(3) unsigned NOT NULL default '0',
|
`prediction_server` tinyint(3) unsigned NOT NULL default '0',
|
||||||
`wmi_server` tinyint(3) unsigned NOT NULL default '0',
|
`wmi_server` tinyint(3) unsigned NOT NULL default '0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user