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

Apply migrations on specific Database object #28

Open
swsnr opened this issue Mar 8, 2016 · 5 comments
Open

Apply migrations on specific Database object #28

swsnr opened this issue Mar 8, 2016 · 5 comments

Comments

@swsnr
Copy link

swsnr commented Mar 8, 2016

Is there a way to apply Flyway migrations on a specific Database objects, such as one that comes from Databases.withDatabase?

@tototoshi
Copy link
Collaborator

No, flyway-play is independent on database API of Play.

@swsnr
Copy link
Author

swsnr commented Apr 9, 2016

@tototoshi Well, so I presume there's no way to get a list of all migrations for a particular database from flyway-play either, so that we can manually apply these?

@tototoshi
Copy link
Collaborator

@lunaryorn Applying migration on each database can be done from admin page (http://localhost:9000/@flyway).
or does "manually apply" mean "programmatically apply"?

@tototoshi tototoshi reopened this Apr 9, 2016
@swsnr
Copy link
Author

swsnr commented Apr 9, 2016

Yes, the latter. Sorry my comment was really misleading 😔

@tototoshi
Copy link
Collaborator

No problem. I'm trying to fix it and want you to review it. Please wait some time.

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

No branches or pull requests

2 participants