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

Init with version number #8

Merged
merged 1 commit into from
Jun 1, 2014
Merged

Init with version number #8

merged 1 commit into from
Jun 1, 2014

Conversation

aziegler
Copy link
Contributor

@aziegler aziegler commented Feb 4, 2014

Hi,

It can sometimes be useful to init to a specific version, for instance when inserting flyway in an existing project with several production and development databases.

The idea here is simply to be able to chose which version to init to.

It's only a draft the UI part is not really satisfying, we are open to discussions to improve that (we're not that comfortable with how to actually submit a form or something similar).

This patch has been tested and work on one of our projects.

@tototoshi
Copy link
Owner

Thanks for your suggestion.

It's only a draft the UI part is not really satisfying

Pull-down menu or text input are better ?

@aziegler
Copy link
Contributor Author

aziegler commented Feb 9, 2014

We think they would be. I'd be glad to do it, but I was not sure of the best way to achieve the feature : pass the argument in a request, in which case, I have no idea how to parse request body under the current architecture, or use JS to target a url of the form /bdd/init/[version] as is currently the case.

If we can agree on the direction, I can totally finalize the feature.

@tototoshi tototoshi merged commit 9aca2e2 into tototoshi:master Jun 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants