mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-23 18:41:48 -08:00
⚡ Fix start issue
This commit is contained in:
parent
e0752b861d
commit
43442449e6
|
@ -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 })
|
||||||
|
|
Loading…
Reference in a new issue