Skip to content

Commit

Permalink
Merge pull request #545 from anqit/master
Browse files Browse the repository at this point in the history
Example Custom profile fix
  • Loading branch information
tminglei authored Mar 21, 2022
2 parents 8b5b899 + de82878 commit e32fed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ trait MyPostgresProfile extends ExPostgresProfile

// Add back `capabilities.insertOrUpdate` to enable native `upsert` support; for postgres 9.5+
override protected def computeCapabilities: Set[slick.basic.Capability] =
super.computeCapabilities + slick.jdbc.JdbcCapabilities.capabilities.insertOrUpdate
super.computeCapabilities + slick.jdbc.JdbcCapabilities.insertOrUpdate

override val api = MyAPI

Expand Down

0 comments on commit e32fed3

Please sign in to comment.