Activity overview
Latest activity by rsksmiles
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...
Found more than one migration with version XXXX
I have an issue whereby 2 developers in a team are working in the same GIT branch and making database modifications. They both create a script say V2_1_25__bla_bla1 and V2_1_25__bla_bla2These chang...