From de2ac5a2860bc25180971e7a11f852d9d44675b7 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 6 Aug 2025 04:23:40 +0000 Subject: (대표님) 정기평가, 법적검토, 정책, 가입관련 처리 및 관련 컴포넌트 추가, 메뉴 변경 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/schema/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'db/schema/index.ts') diff --git a/db/schema/index.ts b/db/schema/index.ts index 87ea224a..8af7d74a 100644 --- a/db/schema/index.ts +++ b/db/schema/index.ts @@ -31,6 +31,8 @@ export * from './notification'; export * from './templates'; export * from './gtc'; export * from './docu-list-rule'; +export * from './legal'; +export * from './consent'; // 부서별 도메인 할당 관리 export * from './departmentDomainAssignments'; -- cgit v1.2.3