diff --git a/setup/db/db/schema-442to443.sql b/setup/db/db/schema-442to443.sql index ab8ebde0b5f..d871bfa40d8 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', 'If set to true, creates VMs as full clones on ESX hypervisor'); +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');