diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-01 11:48:43 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-01 11:48:43 +0000 |
| commit | cee824301521c181000d501c0236db99079bbae4 (patch) | |
| tree | b2197aa802c317c76670feb2af399838bac0365c /db/schema/index.ts | |
| parent | 4c15b99d9586aa48693213c78c02fba4639ebb85 (diff) | |
(최겸) 인포메이선 db 수정 및 공지사항 db 추가
Diffstat (limited to 'db/schema/index.ts')
| -rw-r--r-- | db/schema/index.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts index f406a4d5..d92a34e4 100644 --- a/db/schema/index.ts +++ b/db/schema/index.ts @@ -23,6 +23,9 @@ export * from './evaluationTarget'; export * from './evaluationCriteria'; export * from './projectGtc'; export * from './menu'; +export * from './information'; +export * from './qna'; +export * from './notice'; // MDG SOAP 수신용 export * from './MDG/mdg' |
