mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 10:39:30 +00:00 
			
		
		
		
	
		
			
	
	
		
			5 lines
		
	
	
		
			207 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			207 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
|   | -- Fix hanging partition migration
 | ||
|  | -- in 1.4.x `tablePartition.intervalType` should not exists
 | ||
|  | UPDATE table_entity
 | ||
|  | SET json = json - 'tablePartition'
 | ||
|  | WHERE json->'tablePartition'->'intervalType' is not null;
 |