update
This commit is contained in:
@ -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,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user