From 04bd1965c3699a4b29ed9c9627574bfeedd3d6c6 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Thu, 23 Oct 2025 18:44:19 +0900 Subject: (김준회) SWP 문서 업로드 (Submisssion) 초기 개발건 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 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 -- cgit v1.2.3