sheetsj’s avatarsheetsj’s Twitter Archive—№ 3,038

    1. …in reply to @crypronic
      @bzeemeijer Hi! Unfortunately for that case I think you’ll need custom scripts to run the flyway migrations on each new db schema
  1. …in reply to @sheetsj
    @bzeemeijer For this project we used grade to call flyway as described here jeffsheets.github.io/spring-boot-multitenant/#/4/8
    1. …in reply to @sheetsj
      @bzeemeijer At runtime instead of grader I think you’ll need to call the API directly flywaydb.org/documentation/api/ but it seems possible!