Originally posted by: Nathan
It was pulled out of the 1.9 release because it required a schema change and the 1.9 schema was already finalized. It was introduced in 2.0.
The schema in liquibase.jar of release 1.9.5 contains this attribute. Also the corresponding implementation seems to be committed to the branch of 1.9.
It looks like you’re fine if you use the 2.0 xsd, but they also changed the attribute name to “onSQLOutput”, which accepts TEST/FAIL/IGNORE instead of RUN/FAIL/IGNORE.