From c2672935caf9ce977840657cbff0da8af8e12f97 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Thu, 4 Sep 2025 02:49:48 +0000 Subject: (김준회) 기준정보-자재그룹 메뉴 구현 - 기준정보 메뉴를 자재그룹코드(/material-groups)로 변경 - 기존 자재코드조회는 /materials 로 남겨둠 - 메뉴를 자재그룹코드로만 남기고, i18n 처리 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/schema/items.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/schema/items.ts') diff --git a/db/schema/items.ts b/db/schema/items.ts index 16338671..a7eb2a3f 100644 --- a/db/schema/items.ts +++ b/db/schema/items.ts @@ -89,7 +89,7 @@ export type ItemOffshoreHull = typeof itemOffshoreHull.$inferSelect; //각 테이블별 컬럼 변경(itemid -> itemCode) -// 자재 검색용 뷰 - MDG 스키마의 MATERIAL_MASTER_PART_MATL 테이블에서 DISTINCT 조회 +// 자재그룹 검색용 뷰 - MDG 스키마의 MATERIAL_MASTER_PART_MATL 테이블에서 DISTINCT 조회 export const materialSearchView = pgView("material_search_view").as((qb) => { return qb .select({ -- cgit v1.2.3