mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-09-24 19:10:53 +02:00
feat(API): Exclude pinned data from workflows (#12261)
This commit is contained in:
@@ -80,7 +80,7 @@ export class WorkflowEntity extends WithTimestampsAndStringId implements IWorkfl
|
||||
nullable: true,
|
||||
transformer: sqlite.jsonColumn,
|
||||
})
|
||||
pinData: ISimplifiedPinData;
|
||||
pinData?: ISimplifiedPinData;
|
||||
|
||||
@Column({ length: 36 })
|
||||
versionId: string;
|
||||
|
||||
Reference in New Issue
Block a user