add workspaceId to indirect entities (#19522)
Required for `workspace:export` command --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
+1
@@ -59,6 +59,7 @@ export const fromIndexMetadataEntityToFlatIndexMetadata = ({
|
||||
]),
|
||||
createdAt: indexFieldMetadata.createdAt.toISOString(),
|
||||
updatedAt: indexFieldMetadata.updatedAt.toISOString(),
|
||||
workspaceId: indexFieldMetadata.workspaceId,
|
||||
}),
|
||||
),
|
||||
universalFlatIndexFieldMetadatas:
|
||||
|
||||
Reference in New Issue
Block a user