This commit is contained in:
fro1991
2025-04-25 14:48:39 +07:00

View File

@ -7,12 +7,6 @@ export class RemitConfigAllocation {
@PrimaryGeneratedColumn("uuid")
id: string;
@Column({
nullable: true,
length: 256,
})
type: string;
@Column({
nullable: true,
length: 256,