From 8a6d466da6ad1c6780354cc46721f697a872ff5d Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Sun, 21 Feb 2010 13:51:40 +0000 Subject: [PATCH] fix eventlog type column git-svn-id: http://www.observium.org/svn/observer/trunk@916 61d68cd4-352d-0410-923a-c4978735b2b8 --- database-update.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/database-update.sql b/database-update.sql index cb97764d7..13e7b4a72 100644 --- a/database-update.sql +++ b/database-update.sql @@ -108,3 +108,4 @@ RENAME TABLE `interfaces` TO `ports` ; RENAME TABLE `interfaces_perms` TO `ports_perms` ; ALTER TABLE `temperature` CHANGE `temp_index` `temp_index` VARCHAR( 32 ) NOT NULL AFTER `device_id` , ADD `temp_type` VARCHAR( 16 ) NOT NULL AFTER `temp_index`; ALTER TABLE `processors` CHANGE `processor_oid` `processor_oid` VARCHAR( 128 ) NOT NULL +ALTER TABLE eventlog CHANGE `type` `type` VARCHAR( 64 ) NOT NULL;