summaryrefslogtreecommitdiff
path: root/db/schema/index.ts
diff options
context:
space:
mode:
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 7d433f7c..6463e0ec 100644
--- a/db/schema/index.ts
+++ b/db/schema/index.ts
@@ -55,6 +55,8 @@ export * from './permissions';
export * from './fileSystem';
+export * from './user-custom-data/userCustomData';
+
// 부서별 도메인 할당 관리
export * from './departmentDomainAssignments';