apgdiff icon indicating copy to clipboard operation
apgdiff copied to clipboard

Is there a command to not include drops?

Open Kwahn opened this issue 3 years ago • 1 comments

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?

Kwahn avatar Jun 22 '21 18:06 Kwahn

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.

fordfrog avatar Jun 23 '21 08:06 fordfrog