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; filename: string;
@Column({ @Column({
nullable: true, nullable: true
length: 32
}) })
branch_code: string; branch_code: string;