diff options
| author | joonhoekim <26rote@gmail.com> | 2025-12-04 19:46:55 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-12-04 19:46:55 +0900 |
| commit | 04ed774ff60a83c00711d4e8615cb4122954dba5 (patch) | |
| tree | bfc18b5c4c40de94596d307fdf76990593c0d868 /db/schema/index.ts | |
| parent | 5699e866201566366981ae8399a835fc7fa9fa47 (diff) | |
(김준회) 메뉴 관리기능 초안 개발 (시딩 필요)
Diffstat (limited to 'db/schema/index.ts')
| -rw-r--r-- | db/schema/index.ts | 4 |
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'; |
