From 79fc9d26875dc03465f26f9fe8a9dd188b64cb6a Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Thu, 18 Dec 2014 14:35:22 +0100 Subject: [PATCH] CLOUDSTACK-7184 fieldname typo --- setup/db/db/schema-442to443.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/db/db/schema-442to443.sql b/setup/db/db/schema-442to443.sql index d871bfa40d8..a60b0a92ff9 100644 --- a/setup/db/db/schema-442to443.sql +++ b/setup/db/db/schema-442to443.sql @@ -19,4 +19,4 @@ -- Schema upgrade from 4.4.2 to 4.4.3; --; -INSERT IGNORE INTO `cloud`.`configuration` (`category`, `instance`, `component`, `name`, `value`, `default`, `description`) VALUES ('Advanced', 'DEFAULT', 'ManagementServer', 'xen.heartbeat.timeout' , '180', '120', 'Timeout value to send to the xenheartbeat script for guarding the self fencing functionality'); +INSERT IGNORE INTO `cloud`.`configuration` (`category`, `instance`, `component`, `name`, `value`, `default_value`, `description`) VALUES ('Advanced', 'DEFAULT', 'ManagementServer', 'xen.heartbeat.timeout' , '180', '120', 'Timeout value to send to the xenheartbeat script for guarding the self fencing functionality');