added dbdriver to siteinfo json to better track affected sites

This commit is contained in:
Habeas Codice
2014-11-22 13:27:52 -08:00
parent ab5bf1b7d6
commit 8ac3b938fd
5 changed files with 21 additions and 1 deletions

View File

@@ -109,4 +109,8 @@ class dba_postgres extends dba_driver {
function concat($fld, $sep) {
return 'string_agg(' . $fld . ',\'' . $sep . '\')';
}
function getdriver() {
return 'pgsql';
}
}