diff options
Diffstat (limited to 'db/schema/index.ts')
| -rw-r--r-- | db/schema/index.ts | 5 |
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 |
