Fix start issue

This commit is contained in:
Jan Oberhauser 2019-12-21 15:04:47 -06:00
parent e0752b861d
commit 43442449e6
2 changed files with 2 additions and 2 deletions

View file

@ -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 })

View file

@ -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 })