Skip to content

Commit 4ec0ed3

Browse files
committed
Composite attributes working again
1 parent 33264e8 commit 4ec0ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/cypher/statements.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export const generateCompositeAttributeTriggers = (entity: Ent, orderedSchema: O
200200
}]
201201

202202
for (const relationship of hasAttribute) {
203-
generateRelationship(relationship, orderedSchema)
203+
generateRelationship(relationship, orderedSchema, true, true)
204204
}
205205
}
206206
}

0 commit comments

Comments
 (0)