Skip to content

Commit

Permalink
chore: Upgrade postgres dialect
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCizmar committed Nov 21, 2023
1 parent 882ae3b commit 8489a2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.hibernate.dialect.PostgreSQLDialect
import org.hibernate.type.StandardBasicTypes

@Suppress("unused")
class CustomPostgreSQLDialect : PostgreSQLDialect(DatabaseVersion.make(10)) {
class CustomPostgreSQLDialect : PostgreSQLDialect(DatabaseVersion.make(13)) {

override fun contributeFunctions(functionContributions: FunctionContributions) {
super.contributeFunctions(functionContributions)
Expand Down

0 comments on commit 8489a2f

Please sign in to comment.