feat: 任务状态改变时,自动更新数据库。

This commit is contained in:
Ivan Li
2021-06-20 10:39:53 +08:00
parent 37f8ae19be
commit 246623b5db
4 changed files with 23 additions and 5 deletions

View File

@ -36,4 +36,7 @@ export class PipelineTask extends AppBaseEntity {
@Column({ nullable: true })
endedAt?: Date;
@Column({ nullable: true })
runOn: string;
}