diff options
Diffstat (limited to 'db/schema/index.ts')
| -rw-r--r-- | db/schema/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts index 5b712b40..9cd71197 100644 --- a/db/schema/index.ts +++ b/db/schema/index.ts @@ -47,6 +47,7 @@ export * from './SOAP/soap'; // NONSAP Oracle DB 스키마 export * from './NONSAP/nonsap'; +export * from './NONSAP/nonsap-user'; // 김희은 프로 요청사항(모든 유저 데이터는 shi-api를 통한 nonspa 기준으로 처리) // ECC SOAP 수신용 (RFQ, PO, PR 데이터) export * from './ECC/ecc'; |
