mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 10:39:30 +00:00 
			
		
		
		
	Remove quoted string postgres
This commit is contained in:
		
							parent
							
								
									466e325e0a
								
							
						
					
					
						commit
						2bb5c970f9
					
				| @ -20,7 +20,7 @@ public interface MigrationDAO { | ||||
|   Optional<String> getMaxVersion() throws StatementException; | ||||
| 
 | ||||
|   @ConnectionAwareSqlQuery(value = "SELECT MAX(version) FROM SERVER_CHANGE_LOG", connectionType = MYSQL) | ||||
|   @ConnectionAwareSqlQuery(value = "SELECT max(version) FROM \"SERVER_CHANGE_LOG\"", connectionType = POSTGRES) | ||||
|   @ConnectionAwareSqlQuery(value = "SELECT max(version) FROM SERVER_CHANGE_LOG", connectionType = POSTGRES) | ||||
|   @SingleValue | ||||
|   Optional<String> getMaxServerMigrationVersion() throws StatementException; | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 mohitdeuex
						mohitdeuex