Hi,
I am attempting to generate a full changelog including data. I have tried using:
“–diffTypes=data,tables,columns,views,primaryKeys,uniqueConstraints,indexes,foreignKeys,sequences”
and it seems that foreign keys do not get included in the generated log.
If I generate two separate logs, one with no --diffTypes arg, and in with “–diffTypes=data” I seem to get all schema info in first log, and all data in second log. Am I missing something as to how to generate all info into one single changelog?
Thanks,
Brendan