I would like to insert a <rollback/>
element in each of multiple <update>
elements in a <changeSet>
. As opposed to having a single <rollback/>
element for the entire <changeSet>
. Will this work? Or is the context of a <rollback/>
element the entire <changeSet>
transaction only?
I am assuming if this works, the <rollback>
occurs outside the <update>
, following each </update>
?