Comment #6 on issue 127 by
msz...@wp.pl: Validate should fail if there are
I also expected validate to do that check, but in fact validate already
does a separate check and I think it should be somehow configurable which
validation should be done (only changes in scripts, not applied migration
or both).
I would like to be able to make a full validation (both mentioned) in an
application's configuration on production environments (to fail fast on
startup), so preferable one method to be able to "call" it from Spring.