mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-29 17:49:14 +00:00 
			
		
		
		
	
		
			
	
	
		
			5 lines
		
	
	
		
			507 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			507 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
|   | -- Remove SearchIndexing for api Service, collection and endpoint
 | ||
|  | DELETE er FROM entity_relationship er JOIN installed_apps ia ON er.fromId = ia.id OR er.toId = ia.id WHERE ia.name  =  'SearchIndexingApplication';
 | ||
|  | DELETE er FROM entity_relationship er JOIN apps_marketplace ia ON er.fromId = ia.id OR er.toId = ia.id WHERE ia.name  =  'SearchIndexingApplication';
 | ||
|  | DELETE from installed_apps where name  =  'SearchIndexingApplication';
 | ||
|  | DELETE from apps_marketplace where name  =  'SearchIndexingApplication';
 |