Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 81191D715 for ; Fri, 24 May 2013 16:07:15 +0000 (UTC) Received: (qmail 97803 invoked by uid 500); 24 May 2013 16:07:15 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 97776 invoked by uid 500); 24 May 2013 16:07:15 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 97767 invoked by uid 99); 24 May 2013 16:07:15 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 May 2013 16:07:15 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B7756E3BD; Fri, 24 May 2013 16:07:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chipchilders@apache.org To: commits@cloudstack.apache.org Message-Id: <6ea923ee0d944fe09f6408bb402709f5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 09d2fe6 Date: Fri, 24 May 2013 16:07:14 +0000 (UTC) Updated Branches: refs/heads/master bef3a2edb -> 09d2fe6a7 CLOUDSTACK-528: Adding a corrective update to remove the extra space characters that exist after running older versions of schema-302to40.sql Signed-off-by: Chip Childers Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/09d2fe6a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/09d2fe6a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/09d2fe6a Branch: refs/heads/master Commit: 09d2fe6a7ddc208f77edf931ed3d57b0afcc2055 Parents: bef3a2e Author: Chip Childers Authored: Fri May 24 17:06:02 2013 +0100 Committer: Chip Childers Committed: Fri May 24 17:07:01 2013 +0100 ---------------------------------------------------------------------- setup/db/db/schema-40to410.sql | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/09d2fe6a/setup/db/db/schema-40to410.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-40to410.sql b/setup/db/db/schema-40to410.sql index acc29a2..f0e8cf3 100644 --- a/setup/db/db/schema-40to410.sql +++ b/setup/db/db/schema-40to410.sql @@ -1653,3 +1653,7 @@ CREATE TABLE `cloud`.`netscaler_pod_ref` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'eip.use.multiple.netscalers' , 'false', 'Should be set to true, if there will be multiple NetScaler devices providing EIP service in a zone'); + +UPDATE `cloud`.`configuration` set category='Advanced' where category='Advanced '; +UPDATE `cloud`.`configuration` set category='Hidden' where category='Hidden '; +