mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Add alternative names for pg
refs #3864 - map alternative valid pg names to pg
This commit is contained in:
parent
17f5ce6a2c
commit
33a6b3d6a6
1 changed files with 3 additions and 1 deletions
|
@ -6,5 +6,7 @@ var sqlite3 = require('./sqlite3'),
|
||||||
module.exports = {
|
module.exports = {
|
||||||
sqlite3: sqlite3,
|
sqlite3: sqlite3,
|
||||||
mysql: mysql,
|
mysql: mysql,
|
||||||
pg: pg
|
pg: pg,
|
||||||
|
postgres: pg,
|
||||||
|
postgresql: pg
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue