From 6206ac24500c962df254e85de542af16bb272dcb Mon Sep 17 00:00:00 2001 From: Abdul Rahman Reza Date: Tue, 31 Dec 2024 14:54:07 +0700 Subject: [PATCH] update log pull entity --- src/entity/log_pull.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/entity/log_pull.ts b/src/entity/log_pull.ts index 1075380..b789340 100644 --- a/src/entity/log_pull.ts +++ b/src/entity/log_pull.ts @@ -21,8 +21,7 @@ export class LogPull { filename: string; @Column({ - nullable: true, - length: 32 + nullable: true }) branch_code: string;