mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-12 16:14:25 +03:00
Merge pull request #3914 from halfdan/3864-db-config
Add alternative names for pg
This commit is contained in:
commit
d4888afddd
@ -6,5 +6,7 @@ var sqlite3 = require('./sqlite3'),
|
||||
module.exports = {
|
||||
sqlite3: sqlite3,
|
||||
mysql: mysql,
|
||||
pg: pg
|
||||
pg: pg,
|
||||
postgres: pg,
|
||||
postgresql: pg
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user