Skip to content

Commit

Permalink
fix: update db-migrate package
Browse files Browse the repository at this point in the history
  • Loading branch information
mzyau committed Feb 11, 2021
1 parent f4240ba commit b1514cb
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 62 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ To quickly build the necessary tables for your wallets schema, run:
db-migrate --env dev up
```

If you have not installed db-migrate globally, you can run:
If you have not installed db-migrate globally, while in the database folder, you can run:

```
../node_modules/db-migrate/bin/db-migrate --env dev up
Expand Down
223 changes: 164 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"chai-http": "^4.3.0",
"co-mocha": "1.1.2",
"database-cleaner": "^1.3.0",
"db-migrate": "^0.10.7",
"db-migrate-pg": "^0.4.0",
"db-migrate": "^0.11.12",
"db-migrate-pg": "^1.2.2",
"eslint": "^7.11.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.13.0",
Expand Down

0 comments on commit b1514cb

Please sign in to comment.