From af52dbc2b96e619be18dea857ea67d99622092a7 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Tue, 1 Jul 2025 10:40:48 +0000 Subject: (김준회) NON-SAP DB 스키마 추가 (MDG 마이그레이션 이전 조회 목적) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/schema/index.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'db/schema/index.ts') 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 -- cgit v1.2.3