diff options
| author | 0-Zz-ang <s1998319@gmail.com> | 2025-09-26 16:45:59 +0900 |
|---|---|---|
| committer | 0-Zz-ang <s1998319@gmail.com> | 2025-09-26 16:45:59 +0900 |
| commit | e9f707b10b81d9759243473dd03fa463573d0772 (patch) | |
| tree | 3fa08deea9a5909acd32a9a1277345de3296cc97 /db/schema/index.ts | |
| parent | f8fc02e175f93466cd7693eb6e549c45362e785b (diff) | |
(박서영)이메일발신인조회페이지 생성
Diffstat (limited to 'db/schema/index.ts')
| -rw-r--r-- | db/schema/index.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts index a223f0de..efd38e71 100644 --- a/db/schema/index.ts +++ b/db/schema/index.ts @@ -76,4 +76,6 @@ export * from './S_ERP/s_erp'; // AVL 스키마 export * from './avl/avl'; -export * from './avl/vendor-pool';
\ No newline at end of file +export * from './avl/vendor-pool'; +// === Email Logs 스키마 === +export * from './emailLogs';
\ No newline at end of file |
