You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
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.
axelfontaine
changed the title
info operation does not report problem with different descriptions for same version
Validate does not report different descriptions for same version
Apr 19, 2014
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: