From d188764f6d7b24e8d709ccc2d2332376300ca6f5 Mon Sep 17 00:00:00 2001
From: juanmanuelr <noreply@pandorafms.org>
Date: Mon, 7 Nov 2011 10:22:51 +0000
Subject: [PATCH] 2011-11-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

	* pandoradb.data.postgreSQL.sql
	 pandoradb.data.oracle.sql
	 pandoradb_data.sql: Changed value of block_size row in tusuario
	 table to 0 in order to make global configuration
	 of this parameter the default.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5116 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
---
 pandora_console/ChangeLog                     | 8 ++++++++
 pandora_console/pandoradb.data.postgreSQL.sql | 4 ++--
 pandora_console/pandoradb_data.sql            | 4 ++--
 3 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog
index 1977fe8a24..72b05c4944 100644
--- a/pandora_console/ChangeLog
+++ b/pandora_console/ChangeLog
@@ -1,3 +1,11 @@
+2011-11-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
+
+	* pandoradb.data.postgreSQL.sql
+	 pandoradb.data.oracle.sql
+	 pandoradb_data.sql: Changed value of block_size row in tusuario 
+	 table to 0 in order to make global configuration 
+	 of this parameter the default.
+
 2011-11-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
 
 	* operation/users/user_edit.php: Added contextual help for block 
diff --git a/pandora_console/pandoradb.data.postgreSQL.sql b/pandora_console/pandoradb.data.postgreSQL.sql
index 8ecbbe8ab9..80413d4397 100644
--- a/pandora_console/pandoradb.data.postgreSQL.sql
+++ b/pandora_console/pandoradb.data.postgreSQL.sql
@@ -247,8 +247,8 @@ SELECT setval('ttipo_modulo_id_tipo_seq', (SELECT (SELECT MAX(id_tipo) FROM ttip
 --
 -- Dumping data for table "tusuario"
 --
-INSERT INTO "tusuario" ("id_user", "fullname", "firstname", "lastname", "middlename", "password", "comments", "last_connect", "registered", "email", "phone", "is_admin", "flash_chart", "language") VALUES
-('admin', 'Pandora', 'Pandora', 'Admin', '', '1da7ee7d45b96d0e1f45ee4ee23da560', 'Admin Pandora', 1232642121, 0, 'admin@example.com', '555-555-5555', 1, -1, 'default');
+INSERT INTO "tusuario" ("id_user", "fullname", "firstname", "lastname", "middlename", "password", "comments", "last_connect", "registered", "email", "phone", "is_admin", "flash_chart", "language", "block_size") VALUES
+('admin', 'Pandora', 'Pandora', 'Admin', '', '1da7ee7d45b96d0e1f45ee4ee23da560', 'Admin Pandora', 1232642121, 0, 'admin@example.com', '555-555-5555', 1, -1, 'default', 0);
 
 --
 -- Dumping data for table "tusuario_perfil"
diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql
index fa84335649..24b5ce0429 100644
--- a/pandora_console/pandoradb_data.sql
+++ b/pandora_console/pandoradb_data.sql
@@ -251,8 +251,8 @@ INSERT INTO `ttipo_modulo` VALUES
 --
 -- Dumping data for table `tusuario`
 --
-INSERT INTO `tusuario` (`id_user`, `fullname`, `firstname`, `lastname`, `middlename`, `password`, `comments`, `last_connect`, `registered`, `email`, `phone`, `is_admin`, `flash_chart`, `language`) VALUES
-('admin', 'Pandora', 'Pandora', 'Admin', '', '1da7ee7d45b96d0e1f45ee4ee23da560', 'Admin Pandora', 1232642121, 0, 'admin@example.com', '555-555-5555', 1, -1, 'default');
+INSERT INTO `tusuario` (`id_user`, `fullname`, `firstname`, `lastname`, `middlename`, `password`, `comments`, `last_connect`, `registered`, `email`, `phone`, `is_admin`, `flash_chart`, `language`, `block_size`) VALUES
+('admin', 'Pandora', 'Pandora', 'Admin', '', '1da7ee7d45b96d0e1f45ee4ee23da560', 'Admin Pandora', 1232642121, 0, 'admin@example.com', '555-555-5555', 1, -1, 'default', 0);
 
 --
 -- Dumping data for table `tusuario_perfil`