You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2013/02/11 09:36:32 UTC

git commit: refs/heads/master - 4.1-new-db-schema.sql should be loaded when cloud-setup-databases configures a fresh database.

Updated Branches:
  refs/heads/master 44287d20c -> 4201752ed


4.1-new-db-schema.sql should be loaded when cloud-setup-databases
configures a fresh database.

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

Branch: refs/heads/master
Commit: 4201752edab4a7a7c91c206f2517fd35490308f4
Parents: 44287d2
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Mon Feb 11 09:36:25 2013 +0100
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Mon Feb 11 09:36:25 2013 +0100

----------------------------------------------------------------------
 setup/bindir/cloud-setup-databases.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4201752e/setup/bindir/cloud-setup-databases.in
----------------------------------------------------------------------
diff --git a/setup/bindir/cloud-setup-databases.in b/setup/bindir/cloud-setup-databases.in
index ef9eb6c..4978634 100755
--- a/setup/bindir/cloud-setup-databases.in
+++ b/setup/bindir/cloud-setup-databases.in
@@ -212,7 +212,7 @@ for full help
                     ""),
             )
 
-        for f in ["create-database","create-schema", "create-database-premium","create-schema-premium", "create-schema-view"]:
+        for f in ["create-database","create-schema", "create-database-premium","create-schema-premium", "create-schema-view", "4.1-new-db-schema.sql"]:
             p = os.path.join(self.dbFilesPath,"%s.sql"%f)
             if not os.path.exists(p): continue
             text = file(p).read()