Flyway - managing multiple schemas doesn't work

后端 未结 1 1815
孤街浪徒
孤街浪徒 2021-01-21 16:55

I\'m trying to do a migrate on a number of different Postgresql schemas that have the same lifecycle. According to the flyway documentation such a scenario should work. I have t

1条回答
  •  温柔的废话
    2021-01-21 17:41

    When dealing with multiple schemas, you still have to prefix the object names accordingly. Only the first one in the list is set as the default one for the connection.

    And yes, you are correct, clean will deal with all schemas.

    0 讨论(0)
提交回复
热议问题