mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	cloudstack-migrate-databases: sql AND added (#10033)
This commit is contained in:
		
							parent
							
								
									ef1a58d837
								
							
						
					
					
						commit
						a2ea719bce
					
				| @ -656,7 +656,7 @@ public class EncryptionSecretKeyChanger { | |||||||
|         String sqlTemplateDeployAsIsDetails = "SELECT template_deploy_as_is_details.value " + |         String sqlTemplateDeployAsIsDetails = "SELECT template_deploy_as_is_details.value " + | ||||||
|                 "FROM template_deploy_as_is_details JOIN vm_instance " + |                 "FROM template_deploy_as_is_details JOIN vm_instance " + | ||||||
|                 "WHERE template_deploy_as_is_details.template_id = vm_instance.vm_template_id " + |                 "WHERE template_deploy_as_is_details.template_id = vm_instance.vm_template_id " + | ||||||
|                 "vm_instance.id = %s AND template_deploy_as_is_details.name = '%s' LIMIT 1"; |                 "AND vm_instance.id = %s AND template_deploy_as_is_details.name = '%s' LIMIT 1"; | ||||||
|         try (PreparedStatement selectPstmt = conn.prepareStatement("SELECT id, vm_id, name, value FROM user_vm_deploy_as_is_details"); |         try (PreparedStatement selectPstmt = conn.prepareStatement("SELECT id, vm_id, name, value FROM user_vm_deploy_as_is_details"); | ||||||
|              ResultSet rs = selectPstmt.executeQuery(); |              ResultSet rs = selectPstmt.executeQuery(); | ||||||
|              PreparedStatement updatePstmt = conn.prepareStatement("UPDATE user_vm_deploy_as_is_details SET value=? WHERE id=?") |              PreparedStatement updatePstmt = conn.prepareStatement("UPDATE user_vm_deploy_as_is_details SET value=? WHERE id=?") | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user