2008-11-05 Ramon Novoa <rnovoa@artica.es>
* 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
This commit is contained in:
parent
6bf062084a
commit
6e8d05c1d2
|
@ -1,3 +1,8 @@
|
|||
2008-11-05 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* pandoradb.sql: Deleted 'id_inventory_server' column from 'tagente'
|
||||
(only needed in enterprise version).
|
||||
|
||||
2009-11-05 Jorge Gonzalez <jorgegonz@artica.es>
|
||||
|
||||
* include/languages/pt_BR.mo, include/languages/fr.po,
|
||||
|
|
|
@ -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`),
|
||||
|
|
Loading…
Reference in New Issue