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