diff --git a/docs/Getting Started/configuration.md b/docs/Getting Started/configuration.md index ac5de27..7587709 100644 --- a/docs/Getting Started/configuration.md +++ b/docs/Getting Started/configuration.md @@ -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 +```