Skip to content

Commit

Permalink
fix(build): specify schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
darksaid98 committed Feb 6, 2024
1 parent c61f087 commit eadfb66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ flyway {
url = "jdbc:h2:${project.layout.buildDirectory.get()}/generated/flyway/db;AUTO_SERVER=TRUE;MODE=MySQL;CASE_INSENSITIVE_IDENTIFIERS=TRUE;IGNORECASE=TRUE"
user = "sa"
password = ""
schemas = listOf("PUBLIC").toTypedArray()
placeholders = mapOf( // Substitute placeholders for flyway
"tablePrefix" to "",
"columnSuffix" to " VIRTUAL",
Expand Down

0 comments on commit eadfb66

Please sign in to comment.