mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Wiz.Applications SQL updates
Former-commit-id: e0f547a0f35b338705a14df6477bf3a5461d8e49
This commit is contained in:
parent
07db5ce37d
commit
e7abe4ad43
@ -1409,6 +1409,7 @@ ALTER TABLE trecon_task ADD `vlan_enabled` int(2) unsigned default '0';
|
|||||||
ALTER TABLE trecon_task ADD `wmi_enabled` tinyint(1) unsigned DEFAULT '0';
|
ALTER TABLE trecon_task ADD `wmi_enabled` tinyint(1) unsigned DEFAULT '0';
|
||||||
ALTER TABLE trecon_task ADD `auth_strings` text;
|
ALTER TABLE trecon_task ADD `auth_strings` text;
|
||||||
ALTER TABLE trecon_task ADD `autoconfiguration_enabled` tinyint(1) unsigned default '0';
|
ALTER TABLE trecon_task ADD `autoconfiguration_enabled` tinyint(1) unsigned default '0';
|
||||||
|
ALTER TABLE trecon_task ADD `task_type` tinyint(2) NOT NULL default '0';
|
||||||
|
|
||||||
-- ---------------------------------------------------------------------
|
-- ---------------------------------------------------------------------
|
||||||
-- Table `twidget` AND Table `twidget_dashboard`
|
-- Table `twidget` AND Table `twidget_dashboard`
|
||||||
|
@ -785,6 +785,7 @@ CREATE TABLE IF NOT EXISTS `trecon_task` (
|
|||||||
`wmi_enabled` tinyint(1) unsigned DEFAULT '0',
|
`wmi_enabled` tinyint(1) unsigned DEFAULT '0',
|
||||||
`auth_strings` text,
|
`auth_strings` text,
|
||||||
`autoconfiguration_enabled` tinyint(1) unsigned default '0',
|
`autoconfiguration_enabled` tinyint(1) unsigned default '0',
|
||||||
|
`task_type` tinyint(2) NOT NULL default '0',
|
||||||
PRIMARY KEY (`id_rt`),
|
PRIMARY KEY (`id_rt`),
|
||||||
KEY `recon_task_daemon` (`id_recon_server`)
|
KEY `recon_task_daemon` (`id_recon_server`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user