From 7c8a7bdaac016bc44d6ee350ec1f3fcb08ea85e6 Mon Sep 17 00:00:00 2001 From: slerena Date: Wed, 4 Mar 2009 18:00:34 +0000 Subject: [PATCH] 2008-03-04 Sancho Lerena * /extras/pandoradb_migrate_v2.x_to_v3.0.sql: Fixed defaults in tconfig. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1511 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/extras/pandoradb_migrate_v2.x_to_v3.0.sql | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pandora_console/extras/pandoradb_migrate_v2.x_to_v3.0.sql b/pandora_console/extras/pandoradb_migrate_v2.x_to_v3.0.sql index 345ee4767f..0a1bf73249 100644 --- a/pandora_console/extras/pandoradb_migrate_v2.x_to_v3.0.sql +++ b/pandora_console/extras/pandoradb_migrate_v2.x_to_v3.0.sql @@ -1,10 +1,8 @@ -INSERT INTO `tconfig` VALUES (21, 'trap2agent', '0'); -INSERT INTO `tconfig` VALUES (22, 'date_format', 'F j, Y, g:i a'); -INSERT INTO `tconfig` VALUES (23, 'event_view_hr', 8); INSERT INTO `tconfig` VALUES (24, 'loginhash_pwd', ''); INSERT INTO `tconfig` VALUES (25, 'trap2agent', 0); INSERT INTO `tconfig` VALUES (26, 'prominent_time', 0); INSERT INTO `tconfig` VALUES (27, 'timesource', 'system'); +INSERT INTO `tconfig` VALUES (28, 'event_view_hr', 8); ALTER TABLE tagente ADD `custom_id` varchar(255) default ''; ALTER TABLE tagente_modulo ADD `custom_id` varchar(255) default '';