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 4C1A617460 for ; Wed, 6 May 2015 14:21:57 +0000 (UTC) Received: (qmail 41516 invoked by uid 500); 6 May 2015 14:21:57 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 41484 invoked by uid 500); 6 May 2015 14:21:56 -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 41473 invoked by uid 99); 6 May 2015 14:21:56 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2015 14:21:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 87972E0281; Wed, 6 May 2015 14:21:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Message-Id: <5f58854e1b274039bb92e884a592badc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/nuke-awsapi to 0af9c65 Date: Wed, 6 May 2015 14:21:56 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/nuke-awsapi b81361c0f -> 0af9c65de db: don't drop cloudbridge db in schema-451to460-cleanup.sql It may be useful for users to get some data, so avoid dropping cloudbridge db Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0af9c65d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0af9c65d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0af9c65d Branch: refs/heads/nuke-awsapi Commit: 0af9c65de18cd35cfce0b8fe2ef550005fb2ed01 Parents: b81361c Author: Rohit Yadav Authored: Wed May 6 15:58:53 2015 +0200 Committer: Rohit Yadav Committed: Wed May 6 15:58:53 2015 +0200 ---------------------------------------------------------------------- setup/db/db/schema-451to460-cleanup.sql | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0af9c65d/setup/db/db/schema-451to460-cleanup.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-451to460-cleanup.sql b/setup/db/db/schema-451to460-cleanup.sql index 8e6c371..4bbaa95 100644 --- a/setup/db/db/schema-451to460-cleanup.sql +++ b/setup/db/db/schema-451to460-cleanup.sql @@ -18,5 +18,3 @@ -- -- Schema cleanup from 4.5.1 to 4.6.0 -- - -DROP DATABASE IF EXISTS `cloudbridge`;