Hello
I am saving changelog.xml in database, then parsing back to objects and working with them on my web application.
But I got a demand that needs to flag each change with a boolean to verify it will be generated on final sql script.
As far as I know, I could extend each Change adding something like shouldBeProcessed attribute, but it demands modifying all Changes.
Since I am using 1 Change with one Changeset, it could be better to adding that attribute to Changeset.
How could I do that?