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

Use knex defined stub if it exists #34

Open
dhensby opened this issue Sep 11, 2018 · 0 comments
Open

Use knex defined stub if it exists #34

dhensby opened this issue Sep 11, 2018 · 0 comments

Comments

@dhensby
Copy link

dhensby commented Sep 11, 2018

Knex allows you define a migration stub in the knex config. At the moment this is ignored by knex-migrate which means that setting up a stub in knex migrations won't affect any newly generated migrations when using knex-migrate.

It would be good if it could use the migration stubs in the following order:

  1. Stub passed by flag
  2. Stub defined in knex config
  3. Default stub
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

No branches or pull requests

1 participant