Revert "Wiz.Applications SQL updates" Identification using recon_script

This reverts commit e7abe4ad43 [formerly e0f547a0f35b338705a14df6477bf3a5461d8e49].


Former-commit-id: 5b112c7d889d98c2040514556849ce4e408ab444
This commit is contained in:
fbsanchez 2019-02-19 18:33:17 +01:00
parent e7abe4ad43
commit 422708c04a
2 changed files with 0 additions and 2 deletions

View File

@ -1409,7 +1409,6 @@ 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 `auth_strings` text;
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`

View File

@ -785,7 +785,6 @@ CREATE TABLE IF NOT EXISTS `trecon_task` (
`wmi_enabled` tinyint(1) unsigned DEFAULT '0',
`auth_strings` text,
`autoconfiguration_enabled` tinyint(1) unsigned default '0',
`task_type` tinyint(2) NOT NULL default '0',
PRIMARY KEY (`id_rt`),
KEY `recon_task_daemon` (`id_recon_server`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;