Skip to content

Commit 8ebee5b

Browse files
committed
Forsøk å sette migration prefix eksplisitt
1 parent 45459a6 commit 8ebee5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/Database.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class Database(
2121
.also { dataSource ->
2222
Flyway
2323
.configure()
24+
.sqlMigrationPrefix("V")
2425
.validateMigrationNaming(true)
2526
.dataSource(dataSource)
2627
.load()

0 commit comments

Comments
 (0)