2009-09-25 Sancho lerena <slerena@artica.es>

* pandoradb.sql: SUSE is not very happy with some comments, fixed.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1973 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2009-09-25 00:21:00 +00:00
parent 6eccaff252
commit ad42a734a9
2 changed files with 16 additions and 11 deletions

View File

@ -1,3 +1,8 @@
2009-09-25 Sancho lerena <slerena@artica.es>
* pandoradb.sql: SUSE is not very happy with some comments, fixed.
2009-09-24 Sancho Lerena <slerena@artica.es> 2009-09-24 Sancho Lerena <slerena@artica.es>
* pandora_console/operation/agentes/datos_agente.php: Data in dataview * pandora_console/operation/agentes/datos_agente.php: Data in dataview

View File

@ -596,17 +596,17 @@ CREATE TABLE IF NOT EXISTS `tserver` (
KEY `status` (`status`) KEY `status` (`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8; ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--server types: -- server types:
--0 data -- 0 data
--1 network -- 1 network
--2 snmp trap console -- 2 snmp trap console
--3 recon -- 3 recon
--4 plugin -- 4 plugin
--5 prediction -- 5 prediction
--6 wmi -- 6 wmi
--7 export -- 7 export
--8 inventory -- 8 inventory
--9 web -- 9 web
-- TODO: drop 2.x xxxx_server fields, unused since server_type exists. -- TODO: drop 2.x xxxx_server fields, unused since server_type exists.
CREATE TABLE IF NOT EXISTS `tsesion` ( CREATE TABLE IF NOT EXISTS `tsesion` (