fix: 修复pg下pipeline title 类型问题

This commit is contained in:
xiaojunnuo
2024-08-04 00:04:55 +08:00
parent 680941af11
commit a9717b9a0d
4 changed files with 3 additions and 2 deletions
@@ -9,7 +9,7 @@ export class PipelineEntity {
userId: number;
@Column({ name: 'title', comment: '标题' })
title: number;
title: string;
@Column({ comment: '配置', length: 40960 })
content: string;