chore: re-activate native db connection

This commit is contained in:
Rafael Taranto 2023-08-28 10:12:25 +01:00
parent 733cd670d7
commit 43118f712d

View file

@ -51,7 +51,7 @@ const searchPathWrapper = (t, cb) => {
}
const pgp = Pgp({
//pgNative: true,
pgNative: true,
schema: 'ERROR_SCHEMA',
extend (obj, dbContext) {
obj.__taskEx = function (cb, throwOnError = true) {