Skip to content

Commit

Permalink
Added config requirements for db-migrate-pg
Browse files Browse the repository at this point in the history
Postgres users also need to have psql driver install.  Updating DOCs to reflect this requirement.
  • Loading branch information
SpareChris authored Jan 3, 2020
1 parent fe9c63f commit 7a7689c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/Getting Started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,9 @@ If you use MySQL, to be able to use multiple statements in your sql file, you ha
}
}
```

## Important - For Postgresql (PSQL) users
You'll need to install db-migrate-pg which provides the psql driver:
```
npm install --save db-migrate-pg
```

0 comments on commit 7a7689c

Please sign in to comment.