From e275618ff8a1ce6977d3e2567d943edb941897f9 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 21 Jul 2025 07:17:27 +0000 Subject: (대표님) schema index template 추가 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/schema/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/db/schema/index.ts b/db/schema/index.ts index b1d9ee89..e3a3469c 100644 --- a/db/schema/index.ts +++ b/db/schema/index.ts @@ -28,6 +28,7 @@ export * from './qna'; export * from './notice'; export * from './history'; export * from './notification'; +export * from './templates'; // MDG SOAP 수신용 export * from './MDG/mdg' -- cgit v1.2.3