|
|
@ -2483,12 +2483,13 @@ export class AtImportProcessor { |
|
|
|
await nocoSetPrimary(aTblSchema); |
|
|
|
await nocoSetPrimary(aTblSchema); |
|
|
|
logDetailed('Configuring Display Value column completed'); |
|
|
|
logDetailed('Configuring Display Value column completed'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* TODO implement user part |
|
|
|
if (syncDB.options.syncUsers) { |
|
|
|
if (syncDB.options.syncUsers) { |
|
|
|
logBasic('Configuring User(s)'); |
|
|
|
logBasic('Configuring User(s)'); |
|
|
|
// add users
|
|
|
|
// add users
|
|
|
|
await nocoAddUsers(schema); |
|
|
|
await nocoAddUsers(schema); |
|
|
|
logDetailed('Adding users completed'); |
|
|
|
logDetailed('Adding users completed'); |
|
|
|
} |
|
|
|
} */ |
|
|
|
|
|
|
|
|
|
|
|
// hide-fields
|
|
|
|
// hide-fields
|
|
|
|
// await nocoReconfigureFields(aTblSchema);
|
|
|
|
// await nocoReconfigureFields(aTblSchema);
|
|
|
|