CLOUDSTACK-5977 Fixed quotation mark issue

Signed-off-by: Daan Hoogland <daan@onecht.net>
This commit is contained in:
Alex Hitchins 2014-01-29 11:43:05 +00:00 committed by Daan Hoogland
parent ce4b718f4a
commit 9cb2458a58

View File

@ -310,7 +310,7 @@ CREATE TABLE `cloud`.`nics` (
`update_time` timestamp NOT NULL COMMENT 'time the state was changed', `update_time` timestamp NOT NULL COMMENT 'time the state was changed',
`isolation_uri` varchar(255) COMMENT 'id for isolation', `isolation_uri` varchar(255) COMMENT 'id for isolation',
`ip6_address` char(40) COMMENT 'ip6 address', `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', `vm_type` varchar(32) COMMENT 'type of vm: System or User vm',
`created` datetime NOT NULL COMMENT 'date created', `created` datetime NOT NULL COMMENT 'date created',
`removed` datetime COMMENT 'date removed if not null', `removed` datetime COMMENT 'date removed if not null',