Validate does not report different descriptions for same version #489
Labels
Milestone
Comments
From axel.fontaine.business@gmail.com on May 24, 2013 17:25:50 thanks for reporting this. I'll think about a better way to maybe unify some of the info and validate functionality to improve this. Cheers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original author: fatos.so...@gmail.com (May 20, 2013 11:29:06)
Hello,
I've recently started working with flyway and I've got a question with regards to info operation.
When I migrate a script (successfully) and the I rename the script into something else and run info it tells me the status is success but there are discrepancies now between the classpath and metadata and the status does not reflect the changes, but if I remove a script from classpath and run info, the status says "missing" which is correct.
by the looks of it info operation validates items based on version only, whereas validate operation does validation based on checksum + version. but neither do any validation based on file name.
Could this be classed as an issue?
Original issue: http://code.google.com/p/flyway/issues/detail?id=493
The text was updated successfully, but these errors were encountered: