summaryrefslogtreecommitdiff
path: root/db/schema/index.ts
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-12-05 21:44:54 +0900
committerjoonhoekim <26rote@gmail.com>2025-12-05 21:44:54 +0900
commitcad2b30fdd43dc8fb405c6fdf91eb46a378f821a (patch)
tree1958721460f6bee4afdb611fef5b9d63c4d8be10 /db/schema/index.ts
parent5fea18182821dfcc3203c5ea4bb0548ec995718a (diff)
(김준회) v2 오류수정 및 테스트페이지, 시딩스크립트 추가
Diffstat (limited to 'db/schema/index.ts')
-rw-r--r--db/schema/index.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts
index 6463e0ec..459cc9e4 100644
--- a/db/schema/index.ts
+++ b/db/schema/index.ts
@@ -91,4 +91,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';
+
+// === Test Table V2 (테스트용 스키마) ===
+export * from './test-table-v2'; \ No newline at end of file