From 57686d5e4d5b52cecb7351c63f9e784379829781 Mon Sep 17 00:00:00 2001 From: fadlydev Date: Thu, 16 Jan 2025 12:33:21 +0700 Subject: [PATCH] remove goods_receipt_id --- src/entity/goods.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/entity/goods.ts b/src/entity/goods.ts index 9d1b5d3..a668564 100644 --- a/src/entity/goods.ts +++ b/src/entity/goods.ts @@ -94,13 +94,6 @@ export class Goods { type: 'uuid', }) - goods_receipt_id: string; - @Index() - @Column({ - nullable: true, - type: 'uuid', - }) - supplier_id: string; @Column({