How to create a sql update script instead of executing the update statements with Flyway

StackOverflow https://stackoverflow.com/questions/17836738

  •  04-06-2022
  •  | 
  •  

Вопрос

Is it possible to instruct command line Flyway to write down the needed SQL update commands in a file, instead of executing them in the Database?

Это было полезно?

Решение

This is not supported yet. Please +1 https://github.com/flyway/flyway/issues/87

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top