From 2091f8bab49250e0ad1e1f7c906fd0d9d58e727c Mon Sep 17 00:00:00 2001 From: fro1991 Date: Sun, 6 Jul 2025 01:57:27 +0700 Subject: [PATCH] update --- src/entity/briva_accounts.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/entity/briva_accounts.ts b/src/entity/briva_accounts.ts index be03705..4b66186 100644 --- a/src/entity/briva_accounts.ts +++ b/src/entity/briva_accounts.ts @@ -37,12 +37,6 @@ export class BrivaAccount { @JoinTable() company: BrivaCompany; - @Column({ - type: "jsonb", - nullable: true, - }) - labels: any[]; - @Column({ nullable: true, })