2011-08-23 Sancho Lerena <slerena@artica.es>
* pandora_migrate_v3.2_to_v4.0.sql: Missing some alter sentences for trecon_task table. Added. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4812 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a810b0c1c0
commit
5da8b8eddf
|
@ -1,3 +1,8 @@
|
|||
2011-08-23 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* pandora_migrate_v3.2_to_v4.0.sql: Missing some alter sentences
|
||||
for trecon_task table. Added.
|
||||
|
||||
2011-08-22 Tomas Palacios <tomas.palacios@artica.es>
|
||||
|
||||
* pandora_console/pandoradb_data.sql
|
||||
|
|
|
@ -201,6 +201,12 @@ ALTER TABLE `tnetwork_map` ADD COLUMN `show_snmp_modules` TINYINT(1) UNSIGNED N
|
|||
|
||||
ALTER TABLE `trecon_task` ADD COLUMN `disabled` tinyint(1) UNSIGNED NOT NULL DEFAULT 0;
|
||||
|
||||
ALTER TABLE `trecon_task` ADD COLUMN `disabled` tinyint(1) UNSIGNED NOT NULL DEFAULT 0;
|
||||
ALTER TABLE `trecon_task` ADD COLUMN `os_detect` tinyint(1) unsigned default '0';
|
||||
ALTER TABLE `trecon_task` ADD COLUMN `resolve_names` tinyint(1) unsigned default '0';
|
||||
ALTER TABLE `trecon_task` ADD COLUMN `parent_detection` tinyint(1) unsigned default '0';
|
||||
ALTER TABLE `trecon_task` ADD COLUMN `parent_recursion` tinyint(1) unsigned default '0';
|
||||
|
||||
-- -----------------------------------------------------
|
||||
-- Table `tplanned_downtime`
|
||||
-- -----------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue