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 dbbb90a1..ea39ae8c 100644 --- a/db/schema/index.ts +++ b/db/schema/index.ts @@ -83,4 +83,7 @@ export * from './avl/avl'; export * from './avl/vendor-pool'; // === Email Logs 스키마 === export * from './emailLogs'; -export * from './emailWhitelist';
\ No newline at end of file +export * from './emailWhitelist'; + +// SWP 문서/첨부파일 테이블 및 뷰 스키마 +export * from './SWP/swp-documents';
\ No newline at end of file |
