Fix schema not handling uppercases in PG

Fixes #3213
This commit is contained in:
rijkvanzanten
2020-11-27 19:31:25 -05:00
parent 0dbaefcb4c
commit a9ffc40979
2 changed files with 6 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ router.get(
accountability: req.accountability,
schema: req.schema,
});
const metaService = new MetaService({
accountability: req.accountability,
schema: req.schema,
@@ -67,6 +68,7 @@ router.get(
meta: meta,
data: records || null,
};
return next();
}),
respond