Skip to content

Commit

Permalink
Example Custom profile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anqit authored Mar 19, 2022
1 parent c84db35 commit de82878
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 de82878

Please sign in to comment.