new(kb.gblib): added postgres.

This commit is contained in:
Rodrigo Rodriguez 2025-01-16 05:07:35 -03:00
parent 745819b732
commit 41803803d5

View file

@ -427,7 +427,7 @@ export class GBVMService extends GBService {
const shouldSync = min.core.getParam<boolean>(min.instance, 'Synchronize Database', false);
tableDef.forEach(async t => {
const tableName = t.name.trim();
const tableName = t.name.trim().toLowerCase ();
// Determines autorelationship.