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 2013/01/04 22:09:51 UTC

git commit: developer: Load create-schema-view sql for developer deploydb profile

Updated Branches:
  refs/heads/api_refactoring 85e73a640 -> 22e3454ae


developer: Load create-schema-view sql for developer deploydb profile

The fix would run create-schema-view.sql which would setup db table views.

Signed-off-by: Rohit Yadav <bh...@apache.org>


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

Branch: refs/heads/api_refactoring
Commit: 22e3454ae4a6bffbd81340d09dbb23a973ad72ec
Parents: 85e73a6
Author: Rohit Yadav <bh...@apache.org>
Authored: Fri Jan 4 13:08:29 2013 -0800
Committer: Rohit Yadav <bh...@apache.org>
Committed: Fri Jan 4 13:08:29 2013 -0800

----------------------------------------------------------------------
 developer/pom.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/22e3454a/developer/pom.xml
----------------------------------------------------------------------
diff --git a/developer/pom.xml b/developer/pom.xml
index b782a59..684eb0c 100644
--- a/developer/pom.xml
+++ b/developer/pom.xml
@@ -289,6 +289,7 @@
                 <configuration>
                   <srcFiles>
                     <srcFile>${basedir}/target/db/create-schema.sql</srcFile>
+                    <srcFile>${basedir}/target/db/create-schema-view.sql</srcFile>
                     <srcFile>${basedir}/target/db/create-schema-premium.sql</srcFile>
                     <srcFile>${basedir}/target/db/templates.sql</srcFile>
                     <srcFile>${basedir}/target/db/create-index-fk.sql</srcFile>