2009-04-30 Jorge Gonzalez <jorgegonz@artica.es>

* pandoradb_data.sql: Fixed wrong ';' values from my last commit.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1664 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
aloriel 2009-04-30 08:01:57 +00:00
parent 2967c25591
commit 94e88913fb
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2009-04-30 Jorge Gonzalez <jorgegonz@artica.es>
* pandoradb_data.sql: Fixed wrong ';' values from my last commit.
2009-04-29 Jorge Gonzalez <jorgegonz@artica.es>
* pandoradb_data.sql: Added 'Web Server' to tconfig_os, Added 'Web' to

View File

@ -83,7 +83,7 @@ INSERT INTO `tconfig_os` VALUES
(8,'MacOS','MAC OS','so_mac.png'),
(9,'Windows','Microsoft Windows OS','so_win.png'),
(10,'Other','Other SO','so_other.png'),
(11,'Network','Pandora Network Agent','network.png');
(11,'Network','Pandora Network Agent','network.png'),
(12,'Web Server','Web Server/Application','network.png');
UNLOCK TABLES;
@ -101,7 +101,7 @@ INSERT INTO `tgrupo` VALUES
(9,'Network','transmit',0,0,''),
(10,'Unknown','world',0,0,''),
(11,'Workstations','computer',0,0,''),
(12,'Applications','applications',0,0,'');
(12,'Applications','applications',0,0,''),
(13,'Web','world',0,0,'');
UNLOCK TABLES;