This commit is contained in:
fro1991
2025-07-06 01:57:27 +07:00
parent 9fe5ec64f6
commit 2091f8bab4

View File

@ -37,12 +37,6 @@ export class BrivaAccount {
@JoinTable() @JoinTable()
company: BrivaCompany; company: BrivaCompany;
@Column({
type: "jsonb",
nullable: true,
})
labels: any[];
@Column({ @Column({
nullable: true, nullable: true,
}) })