Comments
Sort by recent activity
Thanks again for your time with this - it is greatly appreciated. Whilst it would be nice to have an out of the box solution, I can work with the "lets talk" solution within the team. / comments
Thanks again for your time with this - it is greatly appreciated.Whilst it would be nice to have an out of the box solution, I can work with the "lets talk" solution within the team.
Thanks AlistairW I will try out the timestamp approach. This resolves the issue of the version number but what happens if dev 1 has run their change on his db and dev 2 has a change with an earlier timestamp? flyway won't consider the earlier version when dev 1 receives that script. Is there a way to force flyway to execute unexecuted scripts? I can see that can lead to issues where a certain script should be run after another and not before.... comes down to communicating clearly between devs which is not always easy in multi timezone teams ... aaagggh! Does that make sense? / comments
Thanks AlistairW I will try out the timestamp approach. This resolves the issue of the version number but what happens if dev 1 has run their change on his db and dev 2 has a change with an earlier...