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,