brilink update

This commit is contained in:
fro1991
2025-06-28 14:19:16 +07:00
parent 528901a432
commit 3be66f0903

View File

@ -8,10 +8,6 @@ export class BrilinkProductItem {
@PrimaryGeneratedColumn("uuid")
id: string;
@ManyToOne(() => BrilinkProductCategory, { onDelete: "RESTRICT" })
@JoinTable()
product_category: BrilinkProductCategory;
@ManyToOne(() => BrilinkProductType, { onDelete: "RESTRICT" })
@JoinTable()
product_type: BrilinkProductType;