From 75e9be7d34ab212574d53f9c1ea48427f4231434 Mon Sep 17 00:00:00 2001 From: meusinfirmary Date: Fri, 25 Apr 2025 04:11:58 +0700 Subject: [PATCH] update --- src/entity/remit_config_allocation.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/entity/remit_config_allocation.ts b/src/entity/remit_config_allocation.ts index 967f279..f6edc2f 100644 --- a/src/entity/remit_config_allocation.ts +++ b/src/entity/remit_config_allocation.ts @@ -7,12 +7,6 @@ export class RemitConfigAllocation { @PrimaryGeneratedColumn("uuid") id: string; - @Column({ - nullable: true, - length: 256, - }) - type: string; - @Column({ nullable: true, length: 256,