diff options
| author | joonhoekim <26rote@gmail.com> | 2025-07-02 00:17:29 +0000 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-07-02 00:17:29 +0000 |
| commit | 6a9ca20deddcdcbe8495cf5a73ec7ea5f53f9b55 (patch) | |
| tree | f48f3a84174f0be560fdf5ed7797fffd8a412a91 /db/schema/index.ts | |
| parent | 4fb273b7fc85352183113f1240fc33f7d6c98328 (diff) | |
| parent | cee824301521c181000d501c0236db99079bbae4 (diff) | |
(merge) merged local commits
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 80aaffdb..99750e26 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' |
