Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```