Flyway database migration to multiple schemas

前端 未结 2 1963
心在旅途
心在旅途 2021-01-12 20:37

I\'ve set up a migration script for my multi-tenant application. the problem was. it\'s only generating the scripts for the first tenant/schema I\'ve specified on the parame

2条回答
  •  难免孤独
    2021-01-12 21:35

    Please find recommendations from flyway as in

    http://flywaydb.org/documentation/faq.html#multiple-schemas

    Hope this helps.

提交回复
热议问题