mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	Set networktype default value to be "Basic" in create-schema.sql
This commit is contained in:
		
							parent
							
								
									8b7206073a
								
							
						
					
					
						commit
						88fc03f1b1
					
				| @ -370,7 +370,7 @@ CREATE TABLE  `cloud`.`data_center` ( | |||||||
|   `guest_network_cidr` varchar(18), |   `guest_network_cidr` varchar(18), | ||||||
|   `domain` varchar(100) COMMENT 'Network domain name of the Vms of the zone', |   `domain` varchar(100) COMMENT 'Network domain name of the Vms of the zone', | ||||||
|   `domain_id` bigint unsigned COMMENT 'domain id for the parent domain to this zone (null signifies public zone)', |   `domain_id` bigint unsigned COMMENT 'domain id for the parent domain to this zone (null signifies public zone)', | ||||||
|   `networktype` varchar(255) NOT NULL COMMENT 'Network type of the zone', |   `networktype` varchar(255) NOT NULL DEFAULT 'Basic' COMMENT 'Network type of the zone', | ||||||
|   PRIMARY KEY  (`id`) |   PRIMARY KEY  (`id`) | ||||||
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user