You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2014/02/02 12:16:12 UTC

git commit: updated refs/heads/master to 9cb2458

Updated Branches:
  refs/heads/master ce4b718f4 -> 9cb2458a5


CLOUDSTACK-5977 Fixed quotation mark issue

Signed-off-by: Daan Hoogland <da...@onecht.net>


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

Branch: refs/heads/master
Commit: 9cb2458a5871307efa6f18143c241b32a9e79540
Parents: ce4b718
Author: Alex Hitchins <al...@alexhitchins.com>
Authored: Wed Jan 29 11:43:05 2014 +0000
Committer: Daan Hoogland <da...@onecht.net>
Committed: Sun Feb 2 12:15:38 2014 +0100

----------------------------------------------------------------------
 setup/db/create-schema.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9cb2458a/setup/db/create-schema.sql
----------------------------------------------------------------------
diff --git a/setup/db/create-schema.sql b/setup/db/create-schema.sql
index 2a53a71..f0f5e2c 100755
--- a/setup/db/create-schema.sql
+++ b/setup/db/create-schema.sql
@@ -310,7 +310,7 @@ CREATE TABLE `cloud`.`nics` (
   `update_time` timestamp NOT NULL COMMENT 'time the state was changed',
   `isolation_uri` varchar(255) COMMENT 'id for isolation',
   `ip6_address` char(40) COMMENT 'ip6 address',
-  `default_nic` tinyint NOT NULL COMMENT "None", 
+  `default_nic` tinyint NOT NULL COMMENT 'None',
   `vm_type` varchar(32) COMMENT 'type of vm: System or User vm',
   `created` datetime NOT NULL COMMENT 'date created',
   `removed` datetime COMMENT 'date removed if not null',