From 304b7393c16085507432f7a418128984fd2146e8 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Tue, 27 Apr 2010 10:41:21 +0000 Subject: [PATCH] 2010-04-27 Sergio Martin * pandoradb_data.sql: Changed the group All values on tables with default group form 1 to 0 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2613 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/pandoradb_data.sql | 9 ++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 11ef87a295..bbe12873fb 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-04-27 Sergio Martin + + * pandoradb_data.sql: Changed the group All values + on tables with default group form 1 to 0 + 2010-04-26 Miguel de Dios * operation/agentes/ver_agente.php: removed hack for translate "any" text. diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 896087dbce..f6b9262a65 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -103,7 +103,6 @@ UNLOCK TABLES; LOCK TABLES `tgrupo` WRITE; INSERT INTO `tgrupo` VALUES -(1,'All','world',0,0,''), (2,'Servers','server_database',0,0,''), (4,'Firewalls','firewall',0,0,''), (8,'Databases','database_gear',0,0,''), @@ -245,7 +244,7 @@ INSERT INTO `tusuario` (`id_user`, `fullname`, `firstname`, `lastname`, `middlen -- Dumping data for table `tusuario_perfil` -- -INSERT INTO `tusuario_perfil` VALUES (1,'admin',5,1,'admin'); +INSERT INTO `tusuario_perfil` VALUES (1,'admin',5,0,'admin'); -- -- Dumping data for table `tperfil` @@ -375,7 +374,7 @@ INSERT INTO `tnetwork_profile_component` (`id_nc`, `id_np`) VALUES (202,6); -- GIS Data -INSERT INTO `tgis_map` VALUES (1,'Sample',-3.708187,40.42056,0,16,'',-3.708187,40.42056,0,1,1); -INSERT INTO `tgis_map_connection` VALUES (1,'OpenStreetMap','OSM','{\"type\":\"OSM\",\"url\":\"http://tile.openstreetmap.org/${z}/${x}/${y}.png\"}',19,16,-3.708187,40.42056,0,-3.708187,40.42056,0,1); +INSERT INTO `tgis_map` VALUES (1,'Sample',-3.708187,40.42056,0,16,'',-3.708187,40.42056,0,0,1); +INSERT INTO `tgis_map_connection` VALUES (1,'OpenStreetMap','OSM','{\"type\":\"OSM\",\"url\":\"http://tile.openstreetmap.org/${z}/${x}/${y}.png\"}',19,16,-3.708187,40.42056,0,-3.708187,40.42056,0,0); INSERT INTO `tgis_map_has_tgis_map_connection` VALUES (1,1,'2010-03-01 09:46:48',1); -INSERT INTO `tgis_map_layer` VALUES (1,'Group All',1,0,1,1); +INSERT INTO `tgis_map_layer` VALUES (1,'Group All',1,0,1,0);