I'm using Liquibase 3.1.1 to execute SQL scripts that create compiled database objects such as views, triggers, functions, and procedures.
Is there a changeset attribute that I can set to fail/abort the migration if the database object fails to compile?
For example, if I run a script that creates a trigger and that trigger fails to compile, how can I immediately stop the database migration?