summaryrefslogtreecommitdiff
path: root/db/schema/index.ts
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-07-23 05:55:31 +0000
committerjoonhoekim <26rote@gmail.com>2025-07-23 05:55:31 +0000
commitedc0eabc8f5fc44408c28023ca155bd73ddf8183 (patch)
tree8469a2d932008f2fb5aae9be854cba436b9f807b /db/schema/index.ts
parente1b1b57b6bfcd18ba4daa44230e8a915b4e93a15 (diff)
(김준회) Knox 임직원 기준으로 users 테이블 upsert 처리 (cron-job과 동기식 처리)
Diffstat (limited to 'db/schema/index.ts')
-rw-r--r--db/schema/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts
index db449616..19470fca 100644
--- a/db/schema/index.ts
+++ b/db/schema/index.ts
@@ -30,6 +30,9 @@ export * from './history';
export * from './notification';
export * from './templates';
+// 부서별 도메인 할당 관리
+export * from './departmentDomainAssignments';
+
// MDG SOAP 수신용
export * from './MDG/mdg'