From 6e8d05c1d2f0b6c4b912876cf206d198de9af204 Mon Sep 17 00:00:00 2001 From: ramonn Date: Wed, 5 Nov 2008 12:25:20 +0000 Subject: [PATCH] 2008-11-05 Ramon Novoa * pandoradb.sql: Deleted 'id_inventory_server' column from 'tagente' (only needed in enterprise version). git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1218 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/pandoradb.sql | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 5e6a8f1783..a96ca3692d 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2008-11-05 Ramon Novoa + + * pandoradb.sql: Deleted 'id_inventory_server' column from 'tagente' + (only needed in enterprise version). + 2009-11-05 Jorge Gonzalez * include/languages/pt_BR.mo, include/languages/fr.po, diff --git a/pandora_console/pandoradb.sql b/pandora_console/pandoradb.sql index 5bf58df765..fb7e5fedad 100644 --- a/pandora_console/pandoradb.sql +++ b/pandora_console/pandoradb.sql @@ -57,7 +57,6 @@ CREATE TABLE IF NOT EXISTS `tagente` ( `id_prediction_server` smallint(4) unsigned default '0', `id_wmi_server` smallint(4) unsigned default '0', `id_parent` int(10) unsigned default '0', - `id_inventory_server` smallint(4) unsigned default '0', PRIMARY KEY (`id_agente`), KEY `nombre` (`nombre`), KEY `direccion` (`direccion`),