Re: Using GIT to caught delta between database versions

2018-06-13 Thread Łukasz Jarych
thank you Adrian, Best, Jacek 2018-06-13 21:09 GMT+02:00 Adrian Klaver : > On 06/13/2018 11:13 AM, Łukasz Jarych wrote: > >> Hi Adrian, >> >> thank you . >> >> why i should use sqitch or any other software to catch the delta? >> >> When i will export plan-text SQL , git should catch delta automa

Re: Using GIT to caught delta between database versions

2018-06-13 Thread Adrian Klaver
On 06/13/2018 11:13 AM, Łukasz Jarych wrote: Hi Adrian, thank you . why i should use sqitch or any other software to catch the delta? When i will export plan-text SQL , git should catch delta automatically? Can you please explain it? You are correct Git will catch the changes in the plain te

Re: Using GIT to caught delta between database versions

2018-06-13 Thread Łukasz Jarych
Hi Adrian, thank you . why i should use sqitch or any other software to catch the delta? When i will export plan-text SQL , git should catch delta automatically? Can you please explain it? Best, Jacek 2018-06-13 19:47 GMT+02:00 Adrian Klaver : > On 06/13/2018 10:42 AM, Łukasz Jarych wrote:

Re: Using GIT to caught delta between database versions

2018-06-13 Thread Adrian Klaver
On 06/13/2018 10:42 AM, Łukasz Jarych wrote: Hi Guys, how use git to catch delta between database versions? Use sqitch?: https://sqitch.org/ As version i will do schemas. So we have version one, finishing it, and this version should be put in GIT. And created schema for the version. Whi