Skip to content

Commit

Permalink
Passing props (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolezel authored Feb 20, 2018
1 parent 30219cc commit 7f7d7af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/node-pg-migrate
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ if (action === 'create') {
file: migrationName,
checkOrder: CHECK_ORDER,
typeShorthands: TYPE_SHORTHANDS,
create_schema: CREATE_SCHEMA,
create_migrations_schema: CREATE_MIGRATIONS_SCHEMA,
direction,
noLock,
});
Expand Down

0 comments on commit 7f7d7af

Please sign in to comment.