2008-03-04 Sancho Lerena <slerena@artica.es>

* /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
This commit is contained in:
slerena 2009-03-04 18:00:34 +00:00
parent 27fac43635
commit 7c8a7bdaac
1 changed files with 1 additions and 3 deletions

View File

@ -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 '';