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

Change default for flyway.table from schema_version to flyway_schema_history #1848

Closed
axelfontaine opened this issue Nov 30, 2017 · 2 comments

Comments

@axelfontaine
Copy link
Contributor

Also provide automatic fallback to old default with a warning to avoid breaking existing installations using the old default

@relgames
Copy link

relgames commented May 21, 2019

Hi, is there a reason for the schema table rename?
The reason is not mentioned anywhere in documentation, also I could not find it on this Github project.

Can I just rename the table using ALTER TABLE schema_version RENAME TO flyway_schema_history?
Or do you recommend to override flyway.table property instead of renaming the table?
Are there any other changes except the name?

Maybe makes sense to mention it in the documentation as well?

rwinch added a commit to pivotalsoftware/pivotal-cla that referenced this issue Dec 4, 2019
Explicitly use the old default flyway table name
flyway/flyway#1848
dohrayme pushed a commit to dohrayme/flyway that referenced this issue Feb 3, 2020
@vorburger
Copy link

Just wanted to let you know that this caused us pain 😺 over in https://issues.apache.org/jira/browse/FINERACT-979, but now that we figured it's because of this, we'll hopefully be able to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants