diff options
| author | joonhoekim <26rote@gmail.com> | 2025-09-04 02:49:48 +0000 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-09-04 02:49:48 +0000 |
| commit | c2672935caf9ce977840657cbff0da8af8e12f97 (patch) | |
| tree | 6b50dd0c57bbd76eca7a938d623b012490459b9c /db/schema/items.ts | |
| parent | 39f21a1e0f7491e9e70a2e41f07d691d179b3126 (diff) | |
(김준회) 기준정보-자재그룹 메뉴 구현
- 기준정보 메뉴를 자재그룹코드(/material-groups)로 변경
- 기존 자재코드조회는 /materials 로 남겨둠
- 메뉴를 자재그룹코드로만 남기고, i18n 처리
Diffstat (limited to 'db/schema/items.ts')
| -rw-r--r-- | db/schema/items.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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({ |
