mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-14 11:27:58 +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