update log pull entity

This commit is contained in:
2024-12-31 14:54:07 +07:00
parent ee87da370b
commit 6206ac2450

View File

@ -21,8 +21,7 @@ export class LogPull {
filename: string;
@Column({
nullable: true,
length: 32
nullable: true
})
branch_code: string;