How to add preconditions into changeset with code?
In my code, use XMLChangeLogSerializer to generage changeset log file,
- xmlChangeLogSerializer.write(databaseChangeLog.getChangeSets(), fos);
but changeSet can not add precondition, have some solution?
From code, only addChange() and setPreconditions(), but PreconditionContainer have no any Precondition.