mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	schema: fix foreign key checks for 3.0.7 to 4.1.0 upgrade path
Without this upgrades from 3.0.7 version fails. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> (cherry picked from commit a0cff4ca48bbd2140c35b586d42d997ad5f167b2) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
		
							parent
							
								
									b1f2e598e8
								
							
						
					
					
						commit
						256e227cd5
					
				| @ -20,6 +20,7 @@ | |||||||
| --; | --; | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | SET foreign_key_checks = 0; | ||||||
| 
 | 
 | ||||||
| -- DB upgrade steps from 302-40  | -- DB upgrade steps from 302-40  | ||||||
| CREATE TABLE `cloud`.`external_nicira_nvp_devices` ( | CREATE TABLE `cloud`.`external_nicira_nvp_devices` ( | ||||||
| @ -1508,7 +1509,6 @@ CREATE TABLE `cloud`.`ucs_manager` ( | |||||||
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| SET foreign_key_checks = 1; |  | ||||||
| 
 | 
 | ||||||
| UPDATE `cloud`.`configuration` SET value='KVM,XenServer,VMware,Ovm' WHERE name='hypervisor.list'; | UPDATE `cloud`.`configuration` SET value='KVM,XenServer,VMware,Ovm' WHERE name='hypervisor.list'; | ||||||
| 
 | 
 | ||||||
| @ -1585,3 +1585,5 @@ ALTER TABLE `cloud_usage`.`cloud_usage` CHANGE COLUMN `virtual_size` `virtual_si | |||||||
| 
 | 
 | ||||||
| ALTER TABLE `cloud`.`network_offerings` CHANGE COLUMN `concurrent_connections` `concurrent_connections1` int(10) unsigned COMMENT 'Load Balancer(haproxy) maximum number of concurrent connections(global max)'; | ALTER TABLE `cloud`.`network_offerings` CHANGE COLUMN `concurrent_connections` `concurrent_connections1` int(10) unsigned COMMENT 'Load Balancer(haproxy) maximum number of concurrent connections(global max)'; | ||||||
| ALTER TABLE `cloud`.`volumes` CHANGE COLUMN `iso_id` `iso_id1` bigint(20) unsigned COMMENT 'The id of the iso from which the volume was created'; | ALTER TABLE `cloud`.`volumes` CHANGE COLUMN `iso_id` `iso_id1` bigint(20) unsigned COMMENT 'The id of the iso from which the volume was created'; | ||||||
|  | 
 | ||||||
|  | SET foreign_key_checks = 1; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user