I’m getting this error when I try to add a rollback like this:
<changeSet id="add-unknown-job" author="joakim">
<insert tableName="jobs">
<column name="job_id" valueNumeric="-1"/>
<column name="invocation" value="unknown"/>
<column name="start_time" value="0000-00-00"/>
<column name="end_time" value="0000-00-00"/>
this seems to me like a perfectly valid way to write a rollback, what is the problem?