From a070f833d132e6370311c0bbdad03beb51d595df Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Wed, 15 Oct 2025 21:38:21 +0900 Subject: (김준회) 이메일 화이트리스트 (SMS 우회) 기능 추가 및 기존 로그인 과정 통합 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/schema/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'db/schema/index.ts') diff --git a/db/schema/index.ts b/db/schema/index.ts index 384c6e9c..0e3daf80 100644 --- a/db/schema/index.ts +++ b/db/schema/index.ts @@ -81,4 +81,5 @@ export * from './S_ERP/s_erp'; export * from './avl/avl'; export * from './avl/vendor-pool'; // === Email Logs 스키마 === -export * from './emailLogs'; \ No newline at end of file +export * from './emailLogs'; +export * from './emailWhitelist'; \ No newline at end of file -- cgit v1.2.3