Skip to content

Clarify location for Flyway callback scripts #4947

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

Closed
wants to merge 1 commit into from
Closed

Clarify location for Flyway callback scripts #4947

wants to merge 1 commit into from

Conversation

spilth
Copy link
Contributor

@spilth spilth commented Jan 14, 2016

This was frustrating us on a recent project as the Flyway documentation says to put your callback scripts in <install_dir>/sql when in fact they should also go in db/migrations.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 14, 2016
@wilkinsona
Copy link
Member

The Flyway documentation says (emphasis mine):

Using the default settings, Flyway looks in its default locations (<install_dir>/sql) for the Command-line tool"

<install_dir>/sql is just an (unfortunate) example that only applies to the CLI. That said, it could certainly be clearer on what those default locations are for other situations.

@wilkinsona wilkinsona removed the status: waiting-for-triage An issue we've not yet triaged label Jan 15, 2016
@wilkinsona wilkinsona added this to the 1.3.2 milestone Jan 15, 2016
@wilkinsona wilkinsona added the type: documentation A documentation update label Jan 15, 2016
@wilkinsona wilkinsona self-assigned this Jan 15, 2016
@wilkinsona
Copy link
Member

Thanks for the PR. I've merged the change into master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants