Skip to content

Commit

Permalink
EPMRPP-92525 fix jooq conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx committed Aug 7, 2024
1 parent b7537fa commit 1033bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jooq.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jooq {
userType = "java.time.Instant"

// Associate that custom type with your converter.
converter = "com.epam.ta.reportportal.entity.converters.InstantConverter"
converter = "com.epam.ta.reportportal.dao.converters.InstantConverter"

// A Java regex matching fully-qualified columns, attributes, parameters. Use the pipe to separate several expressions.
types = "TIMESTAMP"
Expand All @@ -48,5 +48,5 @@ jooq {
}

generateSampleJooqSchemaSource {
enabled = false
enabled = true
}

0 comments on commit 1033bed

Please sign in to comment.