We are implementing Flyway into an existing environment, in which we have dev/test/uat and prod DBs. Over time, there has been some drift which occurred and we have changes in production which are not in our dev environment. Most of the documentation I've seen, as expected, is in regard to deploying changes from dev downstream to test, uat and prod. Is it possible within Flyway to propagate changes in prod down to our dev environment, without performing a full refresh and overwriting work of our developers? We are using Flyway Desktop (with Flyway Enterprise license).
We are implementing Flyway into an existing environment, in which we have dev/test/uat and prod DBs. Over time, there has been some drift which occurred and we have changes in production which are not in our dev environment. Most of the documentation I've seen, as expected, is in regard to deploying changes from dev downstream to test, uat and prod. Is it possible within Flyway to propagate changes in prod down to our dev environment, without performing a full refresh and overwriting work of our developers? We are using Flyway Desktop (with Flyway Enterprise license).