Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wzrdtales committed Oct 5, 2017

Verified

This commit was signed with the committer’s verified signature.
wzrdtales Tobias Gurtzick
1 parent 4de75cf commit 715efe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -12,6 +12,6 @@ using your regular `tsconfig.json`
Do however note that this has no effect on generating new migrations.
Using `db-migrate create FooMigrations.ts` will not create a TypeScript migration file.

## Immplementation Detail
## Implementation Detail

The plugin hooks into the functionality of `db-migrate` itself. In this case it hooks into `migrator:migration:hook:require`, which in this case requires another transpiler (TypeScript) and registers also a new file extension (.ts). Make sure to name your migrations accordingly (ending with .ts).

0 comments on commit 715efe7

Please sign in to comment.