gimenete / dbdiff

Compares two postgresql or mysql databases and prints SQL commands to modify the first one in order to match the second one
MIT License
131 stars 36 forks source link

How to use dbdiff to update the old database referring to the new database ? #20

Open Mounirsky opened 6 years ago

Mounirsky commented 6 years ago

Hello ! Is it possible to use the diff yml to update the old database to be the same ? I was thinking to a case when I have the same table structure with different data inside ! Do you have any idea ?