summaryrefslogtreecommitdiff
path: root/db/schema/index.ts
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-12-04 19:46:55 +0900
committerjoonhoekim <26rote@gmail.com>2025-12-04 19:46:55 +0900
commit04ed774ff60a83c00711d4e8615cb4122954dba5 (patch)
treebfc18b5c4c40de94596d307fdf76990593c0d868 /db/schema/index.ts
parent5699e866201566366981ae8399a835fc7fa9fa47 (diff)
(김준회) 메뉴 관리기능 초안 개발 (시딩 필요)
Diffstat (limited to 'db/schema/index.ts')
-rw-r--r--db/schema/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts
index 6463e0ec..022431cc 100644
--- a/db/schema/index.ts
+++ b/db/schema/index.ts
@@ -29,7 +29,11 @@ export * from './evaluation';
export * from './evaluationTarget';
export * from './evaluationCriteria';
export * from './projectGtc';
+// 기존 menu 스키마 (deprecated - menu-v2로 대체됨)
export * from './menu';
+
+// 새로운 메뉴 트리 스키마 (v2)
+export * from './menu-v2';
export * from './information';
export * from './qna';
export * from './notice';