You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/05/06 16:21:56 UTC

git commit: updated refs/heads/nuke-awsapi to 0af9c65

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 <ro...@shapeblue.com>


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 <ro...@shapeblue.com>
Authored: Wed May 6 15:58:53 2015 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
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`;