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

Proper fix for flyway 4.0 upgrade on Oracle [#1235] #1290

Merged
merged 1 commit into from May 5, 2016
Merged

Proper fix for flyway 4.0 upgrade on Oracle [#1235] #1290

merged 1 commit into from May 5, 2016

Conversation

tsbx
Copy link
Contributor

@tsbx tsbx commented Apr 23, 2016

This change contains two modifications:

This change contains two modifications:
* delete the name of the PK to be dropped, because it is not valid SQL
  (see https://docs.oracle.com/cd/E11882_01/server.112/e41084/statements_3001.htm#i2104014)
* implement the only working solution for #1235, which was initially suggested by @kevin-wimmer -
  using the DROP INDEX clause
@axelfontaine axelfontaine merged commit 31d502d into flyway:master May 5, 2016
@axelfontaine axelfontaine added this to the Flyway 4.0.1 milestone May 5, 2016
axelfontaine pushed a commit to flyway/flywaydb.org that referenced this pull request May 5, 2016
axelfontaine pushed a commit to flyway/flywaydb.org that referenced this pull request May 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants