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

Support for TypeScript supporting version of knex migrate command #43

Open
ziyaddin opened this issue Sep 17, 2019 · 3 comments · May be fixed by #47
Open

Support for TypeScript supporting version of knex migrate command #43

ziyaddin opened this issue Sep 17, 2019 · 3 comments · May be fixed by #47

Comments

@ziyaddin
Copy link

Knex team has recently added TypeScript support for knex migrate command. knex-migrate will require update to support the new version of migrate command.

No knexfile at '/path/to/project/knexfile.js'
Please create one or bootstrap using 'knex init'

because of having knexfile.ts not knexfile.js

@mllrdev-miguelsobong
Copy link

Up

@good-idea
Copy link

Also, migration files will likely be written in typescript as well

@kurbar kurbar linked a pull request Dec 20, 2019 that will close this issue
@kurbar
Copy link

kurbar commented Dec 20, 2019

@ziyaddin @good-idea Mind giving a try with PR #47? It adds support for knexfile.ts lookup and generates Typescript compatible migration files.

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

Successfully merging a pull request may close this issue.

4 participants