mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			239 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			239 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| -- Your SQL goes here
 | |
| ALTER TABLE merchant_account DROP COLUMN routing_algorithm;
 | |
| ALTER TABLE merchant_account DROP COLUMN custom_routing_rules;
 | |
| ALTER TABLE merchant_account ADD COLUMN routing_algorithm JSON;
 | |
| DROP TYPE "RoutingAlgorithm";
 | 
