mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	CLOUDSTACK-5977 Fixed quotation mark issue
Signed-off-by: Daan Hoogland <daan@onecht.net>
This commit is contained in:
		
							parent
							
								
									ce4b718f4a
								
							
						
					
					
						commit
						9cb2458a58
					
				| @ -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', | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user