summaryrefslogtreecommitdiff
path: root/db/schema/index.ts
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-07-01 10:40:48 +0000
committerjoonhoekim <26rote@gmail.com>2025-07-01 10:40:48 +0000
commitaf52dbc2b96e619be18dea857ea67d99622092a7 (patch)
treeb3b5c34d11bbb9eb2df02591d86b9b65c1b712f7 /db/schema/index.ts
parentb9c3067ed9d07fcd8c16a2e1740c735acd8d6a82 (diff)
(김준회) NON-SAP DB 스키마 추가 (MDG 마이그레이션 이전 조회 목적)
Diffstat (limited to 'db/schema/index.ts')
-rw-r--r--db/schema/index.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts
index f406a4d5..80aaffdb 100644
--- a/db/schema/index.ts
+++ b/db/schema/index.ts
@@ -28,4 +28,7 @@ export * from './menu';
export * from './MDG/mdg'
// SOAP 로깅 목적
-export * from './SOAP/soap'; \ No newline at end of file
+export * from './SOAP/soap';
+
+// NONSAP Oracle DB 스키마
+export * from './NONSAP/nonsap'; \ No newline at end of file