From f078f74d2a9cf6ec1f2d0ae1973a801811a4d4fa Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Fri, 13 Jul 2012 09:21:20 +0000 Subject: [PATCH] 2012-07-13 Sergio Martin * pandoradb_data.sql: Fixed missed column name change git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6768 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/pandoradb_data.sql | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index a19b84db25..0c4bf2746b 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2012-07-13 Sergio Martin + + * pandoradb_data.sql: Fixed missed column name change + 2012-07-12 Juan Manuel Ramon * include/functions_modules.php diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 773ec5448f..c599f7221e 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -269,7 +269,7 @@ 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`, `block_size`, `section`, `wizard_access`) VALUES +INSERT INTO `tusuario` (`id_user`, `fullname`, `firstname`, `lastname`, `middlename`, `password`, `comments`, `last_connect`, `registered`, `email`, `phone`, `is_admin`, `flash_chart`, `language`, `block_size`, `section`, `metaconsole_access`) VALUES ('admin', 'Pandora', 'Pandora', 'Admin', '', '1da7ee7d45b96d0e1f45ee4ee23da560', 'Admin Pandora', 1232642121, 0, 'admin@example.com', '555-555-5555', 1, -1, 'default', 0, 'Default', 'all'); --