mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 02:29:03 +00:00 
			
		
		
		
	 ffc4dcf643
			
		
	
	
		ffc4dcf643
		
			
		
	
	
	
	
		
			
			* Fix post profiler time series migration * add prefix index * Update prefix index length for entityFQNHash * Update prefix index length for LIKE queries * add prefix index * fix mysql syntax
		
			
				
	
	
		
			4 lines
		
	
	
		
			227 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			227 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| -- Modify the path to the auto-generated operation column to extract from the JSON field
 | |
| ALTER TABLE profiler_data_time_series
 | |
| MODIFY COLUMN operation VARCHAR(256) GENERATED ALWAYS AS (json ->> '$.profileData.operation') NULL;
 |