summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/schema/index.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts
index 7637d247..b800d615 100644
--- a/db/schema/index.ts
+++ b/db/schema/index.ts
@@ -60,4 +60,7 @@ export * from './knox/titles'; // 직급
export * from './knox/approvals'; // Knox 결재 - eVCP 에서 상신한 결재를 저장
// === Risks 스키마 ===
-export * from './risks/risks'; \ No newline at end of file
+export * from './risks/risks';
+
+// === Compliance 스키마 ===
+export * from './compliance'; \ No newline at end of file