mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
⚡ Fix start issue
This commit is contained in:
@@ -27,7 +27,7 @@ export class ExecutionEntity implements IExecutionFlattedDb {
|
||||
@Column()
|
||||
finished: boolean;
|
||||
|
||||
@Column()
|
||||
@Column('varchar')
|
||||
mode: WorkflowExecuteMode;
|
||||
|
||||
@Column({ nullable: true })
|
||||
|
||||
Reference in New Issue
Block a user