Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate does not report different descriptions for same version #489

Closed
flyway opened this issue Jun 25, 2013 · 1 comment
Closed

Validate does not report different descriptions for same version #489

flyway opened this issue Jun 25, 2013 · 1 comment
Labels
Milestone

Comments

@flyway
Copy link
Collaborator

flyway commented Jun 25, 2013

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

@flyway
Copy link
Collaborator Author

flyway commented Jun 25, 2013

From axel.fontaine.business@gmail.com on May 24, 2013 17:25:50
Hi Fatos,

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
Axel

@axelfontaine axelfontaine added this to the Flyway 3.0 milestone Apr 15, 2014
@axelfontaine 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant