summaryrefslogtreecommitdiff
path: root/db/schema/index.ts
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-11-30 17:12:17 +0900
committerjoonhoekim <26rote@gmail.com>2025-11-30 17:12:17 +0900
commit81aa92fecc298d66eb420468316bcf7a7213171c (patch)
tree1474e4bc2acbeef3cf76e90dadb738169c8dda86 /db/schema/index.ts
parenteea317cb775587d002e7a97d62220e5c8f37066d (diff)
(김준회) group 기능 추가, 기타 버그 수정, preset 기능추가, 테스트 페이지 추가
Diffstat (limited to 'db/schema/index.ts')
-rw-r--r--db/schema/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts
index cd54e032..fdc25afc 100644
--- a/db/schema/index.ts
+++ b/db/schema/index.ts
@@ -50,6 +50,8 @@ export * from './permissions';
export * from './fileSystem';
+export * from './user-custom-data/userCustomData';
+
// 부서별 도메인 할당 관리
export * from './departmentDomainAssignments';