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

Allow custom metadata-table names? #24

Open
srcshelton opened this issue Nov 3, 2016 · 0 comments
Open

Allow custom metadata-table names? #24

srcshelton opened this issue Nov 3, 2016 · 0 comments

Comments

@srcshelton
Copy link
Owner

Flyway can be configured to use a metadata-table with a name other than schema_version. Making the metadata table(s) (either the Flyway one or all of them) configurable would not be difficult... but is there a good use-case for this?

The myway tables are namespaced and so unlikely to collide with application tables, but Flyway's schema_version is sufficiently generic that a clash is foreseeable. Possibly it would be valid to allow customisation of the Flyway metadata table only.

Any such addition is, of course, likely to cause chaos when different migrations are inevitably accidentally performed against different metadata tables... :(

(Potentially one of the fixed myway tables could record the name of the variable Flyway table?)

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

1 participant