summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-07-21 07:17:27 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-07-21 07:17:27 +0000
commite275618ff8a1ce6977d3e2567d943edb941897f9 (patch)
treec8e5b78861aa4e601ced0552f28717b293aaff37
parenta3b5cc9250978080a3ad269cf6c66d15de72355a (diff)
(대표님) schema index template 추가
-rw-r--r--db/schema/index.ts1
1 files changed, 1 insertions, 0 deletions
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'