new(kb.gblib): added postgres.
This commit is contained in:
parent
745819b732
commit
41803803d5
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ export class GBVMService extends GBService {
|
||||||
const shouldSync = min.core.getParam<boolean>(min.instance, 'Synchronize Database', false);
|
const shouldSync = min.core.getParam<boolean>(min.instance, 'Synchronize Database', false);
|
||||||
|
|
||||||
tableDef.forEach(async t => {
|
tableDef.forEach(async t => {
|
||||||
const tableName = t.name.trim();
|
const tableName = t.name.trim().toLowerCase ();
|
||||||
|
|
||||||
// Determines autorelationship.
|
// Determines autorelationship.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue