summaryrefslogtreecommitdiff
path: root/db/schema/index.ts
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-07-25 07:51:15 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-07-25 07:51:15 +0000
commit2650b7c0bb0ea12b68a58c0439f72d61df04b2f1 (patch)
tree17156183fd74b69d78178065388ac61a18ac07b4 /db/schema/index.ts
parentd32acea05915bd6c1ed4b95e56c41ef9204347bc (diff)
(대표님) 정기평가 대상, 미들웨어 수정, nextauth 토큰 처리 개선, GTC 등
(최겸) 기술영업
Diffstat (limited to 'db/schema/index.ts')
-rw-r--r--db/schema/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts
index 19470fca..5c6aad41 100644
--- a/db/schema/index.ts
+++ b/db/schema/index.ts
@@ -29,6 +29,7 @@ export * from './notice';
export * from './history';
export * from './notification';
export * from './templates';
+export * from './gtc';
// 부서별 도메인 할당 관리
export * from './departmentDomainAssignments';