Repository: cloudstack
Updated Branches:
  refs/heads/4.4 0e312a7a7 -> 79fc9d268


CLOUDSTACK-7184 fieldname typo


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/79fc9d26
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/79fc9d26
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/79fc9d26

Branch: refs/heads/4.4
Commit: 79fc9d26875dc03465f26f9fe8a9dd188b64cb6a
Parents: 0e312a7
Author: Daan Hoogland <d...@onecht.net>
Authored: Thu Dec 18 14:35:22 2014 +0100
Committer: Daan Hoogland <d...@onecht.net>
Committed: Fri Dec 19 14:49:39 2014 +0100

----------------------------------------------------------------------
 setup/db/db/schema-442to443.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/79fc9d26/setup/db/db/schema-442to443.sql
----------------------------------------------------------------------
diff --git a/setup/db/db/schema-442to443.sql b/setup/db/db/schema-442to443.sql
index d871bfa..a60b0a9 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');

Reply via email to