79509986

Date: 2025-03-14 18:45:21
Score: 1
Natty:
Report link

Set folder ./sql in Kotlin:

val flyway = Flyway.configure()
    .locations("filesystem:./sql")
    .dataSource(/*config to your DB*/)
    .load()
flyway.migrate()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: gee12