removed source and target schema. Not useful

This commit is contained in:
2024-10-08 22:52:14 +03:00
parent 800e2746e0
commit 19e8d648fc
12 changed files with 28 additions and 58 deletions
@@ -6,8 +6,6 @@ export function insertEdges(graph, sourceRecord, targetRecords, fieldName, actio
return {
target: r.id,
source: sourceRecord.id,
sourceSchema: sourceRecord.schema,
targetSchema: r.schema,
field: fieldName,
depth: 1,
rank: ""