mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merge pull request #3914 from halfdan/3864-db-config
Add alternative names for pg
This commit is contained in:
commit
d4888afddd
1 changed files with 3 additions and 1 deletions
|
@ -6,5 +6,7 @@ var sqlite3 = require('./sqlite3'),
|
|||
module.exports = {
|
||||
sqlite3: sqlite3,
|
||||
mysql: mysql,
|
||||
pg: pg
|
||||
pg: pg,
|
||||
postgres: pg,
|
||||
postgresql: pg
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue