mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 16:57:08 +02:00
Add the actual fix
This commit is contained in:
parent
cb97ba1352
commit
5bdfb4ae2f
|
|
@ -45,7 +45,7 @@ export class ExecutionData {
|
|||
name: 'workflowVersionId',
|
||||
referencedColumnName: 'versionId',
|
||||
})
|
||||
workflowHistory: Relation<WorkflowHistory> | null;
|
||||
workflowHistory: Relation<Omit<WorkflowHistory, 'workflow'> & { workflow: WorkflowData }> | null; // this
|
||||
|
||||
@BeforeInsert()
|
||||
@BeforeUpdate()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user