From f80b1954db32816c8a4bfc6b9badb640c033f671 Mon Sep 17 00:00:00 2001
From: zarzuelo <noreply@pandorafms.org>
Date: Fri, 16 Jul 2010 12:44:32 +0000
Subject: [PATCH] 2010-07-16  Sergio Martin <sergio.martin@artica.es>

	* pandoradb_data.sql: Fixed the default data inserting the
	new colum of tgrupo "propagate"



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3020 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
---
 pandora_console/ChangeLog          |  5 +++++
 pandora_console/pandoradb_data.sql | 16 ++++++++--------
 2 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog
index b6f88cc62e..ade42e8439 100644
--- a/pandora_console/ChangeLog
+++ b/pandora_console/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-16  Sergio Martin <sergio.martin@artica.es>
+
+	* pandoradb_data.sql: Fixed the default data inserting the
+	new colum of tgrupo "propagate"
+
 2010-07-15  Miguel de Dios  <miguel.dedios@artica.es>
 
 	* operation/agentes/networkmap.php: fixed the pass to parameters between
diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql
index 13f3e6dfe6..d258896852 100644
--- a/pandora_console/pandoradb_data.sql
+++ b/pandora_console/pandoradb_data.sql
@@ -103,14 +103,14 @@ UNLOCK TABLES;
 
 LOCK TABLES `tgrupo` WRITE;
 INSERT INTO `tgrupo` VALUES 
-(2,'Servers','server_database',0,0,''),
-(4,'Firewalls','firewall',0,0,''),
-(8,'Databases','database_gear',0,0,''),
-(9,'Network','transmit',0,0,''),
-(10,'Unknown','world',0,0,''),
-(11,'Workstations','computer',0,0,''),
-(12,'Applications','applications',0,0,''),
-(13,'Web','world',0,0,'');
+(2,'Servers','server_database',0,0,'',0),
+(4,'Firewalls','firewall',0,0,'',0),
+(8,'Databases','database_gear',0,0,'',0),
+(9,'Network','transmit',0,0,'',0),
+(10,'Unknown','world',0,0,'',0),
+(11,'Workstations','computer',0,0,'',0),
+(12,'Applications','applications',0,0,'',0),
+(13,'Web','world',0,0,'',0);
 UNLOCK TABLES;