Add standard company table migrations (#2484)

This commit is contained in:
Charles Bochet
2023-11-13 17:18:37 +01:00
committed by GitHub
parent f8a887e33e
commit 05dbde79cf
15 changed files with 184 additions and 19 deletions

View File

@ -98,7 +98,7 @@ export class CompositeFieldAliasFactory {
// Otherwise it means it's a relation destination is of kind ONE
return `
${fieldKey}: ${referencedObjectMetadata.targetTableName} {
${fieldKey} {
${this.fieldsStringFactory.createFieldsStringRecursive(
info,
fieldValue,