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

Issue with create schema_version for Sybase ASE #1255

Closed
hntran8 opened this issue Mar 24, 2016 · 1 comment
Closed

Issue with create schema_version for Sybase ASE #1255

hntran8 opened this issue Mar 24, 2016 · 1 comment
Labels
Milestone

Comments

@hntran8
Copy link

hntran8 commented Mar 24, 2016

What version of Flyway are you using?

4.0

What database are you using (type & version)?

Sybase ASE 16.0

What operating system are you using?

Linux

What did you do?

(Please include the content causing the issue, any relevant configuration settings, and the command you ran)
Flyway failed to create the schema_version table. There seems to be a bug in this file: flyway-core/src/main/resources/org/flywaydb/core/internal/dbsupport/sybaseASE/createMetaDataTable.sql

Those two lines should be removed as part of the Issue #128

CREATE INDEX ${table}_vr_idx ON ${table} (version_rank)
go

CREATE INDEX ${table}_ir_idx ON ${table} (installed_rank)
go

What did you expect to see?

Expect the schema_version table to be created successfully

What did you see instead?

Flyway failed to create schema_version table

@axelfontaine axelfontaine added this to the Flyway 4.0.1 milestone Mar 24, 2016
axelfontaine pushed a commit to flyway/flywaydb.org that referenced this issue May 5, 2016
@axelfontaine
Copy link
Contributor

Thanks for pointing this out! Fixed.

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

No branches or pull requests

2 participants