You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by al...@apache.org on 2012/06/16 00:38:03 UTC

[27/51] [abbrv] git commit: Fixed create-schema.sql

Fixed create-schema.sql


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

Branch: refs/heads/vpc
Commit: c6364dfdf0f674306ddf4e39f3863fe1029ec25e
Parents: aa84256
Author: Alena Prokharchyk <al...@citrix.com>
Authored: Mon Jun 11 09:41:40 2012 -0700
Committer: Alena Prokharchyk <al...@citrix.com>
Committed: Fri Jun 15 14:27:14 2012 -0700

----------------------------------------------------------------------
 setup/db/create-schema.sql |    2 +-
 wscript                    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c6364dfd/setup/db/create-schema.sql
----------------------------------------------------------------------
diff --git a/setup/db/create-schema.sql b/setup/db/create-schema.sql
index 797ce47..f2b4736 100755
--- a/setup/db/create-schema.sql
+++ b/setup/db/create-schema.sql
@@ -2198,7 +2198,7 @@ CREATE TABLE `cloud`.`router_network_ref` (
   PRIMARY KEY (`id`),
   CONSTRAINT `fk_router_network_ref__router_id` FOREIGN KEY (`router_id`) REFERENCES `domain_router`(`id`) ON DELETE CASCADE,
   CONSTRAINT `fk_router_network_ref__networks_id` FOREIGN KEY (`network_id`) REFERENCES `networks`(`id`) ON DELETE CASCADE,
-  UNIQUE `i_router_network_ref__router_id__network_id`(`router_id`, `network_id`),
+  UNIQUE `i_router_network_ref__router_id__network_id`(`router_id`, `network_id`)
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
 
 

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c6364dfd/wscript
----------------------------------------------------------------------
diff --git a/wscript b/wscript
index 60149ba..e854403 100644
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@
 # if you change 'em here, you need to change it also in cloud.spec, add a %changelog entry there, and add an entry in debian/changelog
 
 
-VERSION = '3.0.3.2012-06-10T19:26:47Z'
+VERSION = '3.0.3.2012-06-11T16:40:18Z'
 APPNAME = 'cloud'
 
 import shutil,os