122123124125126127128129130131132
throw e; } // check that the automatically rollback now works too try { liquibase.rollback( new Date(0),this.contexts); } catch (ValidationFailedException e) { e.printDescriptiveError(System.out); throw e; } }
3435363738394041424344
} catch (ValidationFailedException e) { e.printDescriptiveError(System.out); throw e; } try { liquibase.rollback(new Date(0), this.contexts); } catch (ValidationFailedException e) { e.printDescriptiveError(System.out); throw e; } }