diff options
| author | joonhoekim <26rote@gmail.com> | 2025-11-30 17:12:17 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-11-30 17:12:17 +0900 |
| commit | 81aa92fecc298d66eb420468316bcf7a7213171c (patch) | |
| tree | 1474e4bc2acbeef3cf76e90dadb738169c8dda86 /db/schema/index.ts | |
| parent | eea317cb775587d002e7a97d62220e5c8f37066d (diff) | |
(김준회) group 기능 추가, 기타 버그 수정, preset 기능추가, 테스트 페이지 추가
Diffstat (limited to 'db/schema/index.ts')
| -rw-r--r-- | db/schema/index.ts | 2 |
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'; |
