Skip to content

Commit

Permalink
update postgresql dialect
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Feb 26, 2024
1 parent 778bdac commit e3b9401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/constants.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = {
},
postgresql: {
driver: 'org.postgresql.Driver',
dialect: 'org.hibernate.dialect.PostgreSQL10Dialect',
dialect: 'org.hibernate.dialect.PostgreSQLDialect',
},
oracle: {
driver: 'oracle.jdbc.OracleDriver',
Expand Down

0 comments on commit e3b9401

Please sign in to comment.