From c8f73bfa673993c44b564c0f87acc4078f3be403 Mon Sep 17 00:00:00 2001 From: Geert Hauwaerts Date: Sun, 21 Feb 2010 19:51:04 +0000 Subject: [PATCH] - Missing ending ; git-svn-id: http://www.observium.org/svn/observer/trunk@927 61d68cd4-352d-0410-923a-c4978735b2b8 --- database-update.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/database-update.sql b/database-update.sql index 74e946c7e..14d816d21 100644 --- a/database-update.sql +++ b/database-update.sql @@ -107,6 +107,6 @@ ALTER TABLE `syslog` DROP `host`, DROP `processed`; 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 `processors` CHANGE `processor_oid` `processor_oid` VARCHAR( 128 ) NOT NULL; ALTER TABLE eventlog CHANGE `type` `type` VARCHAR( 64 ) NOT NULL; -ALTER TABLE `services` CHANGE `service_host` `device_id` INT( 11 ) NOT NULL +ALTER TABLE `services` CHANGE `service_host` `device_id` INT( 11 ) NOT NULL;