Hi,
I am wondering how to organize work with Flyway or Liquibase tools in connection with Git.
In Liquibase we have one sql script and we can see changes what have be done there.
In Flyway when developer add new statemant it should be done in separate file.
How to create working system to use Git and these tools?
Here i read that some of you are using flyway to versioning with git:
http://www.jeremyjarrell.com/using-flyway-db-with-distributed-version-control/
but what is idea here? How all is working?
Best,
Jacek