fordfrog / apgdiff

Another PostgreSQL Diff Tool
http://www.apgdiff.com
MIT License
353 stars 138 forks source link

Is there a command to not include drops? #282

Open Kwahn opened 3 years ago

Kwahn commented 3 years ago

Love the utility! Is there a way to create diff file that's purely additive? We have a bunch of databases where people added random but important things, and we want to additively combine every database such that everyone has everything and standardize our structure. Any ideas?

fordfrog commented 3 years ago

just remove the drops from the diff :-) otherwise this tool does not support additive changes, it's targeted to move from one database state to the other.