summaryrefslogtreecommitdiff
path: root/db/schema/index.ts
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-12-08 15:58:20 +0900
committerjoonhoekim <26rote@gmail.com>2025-12-08 15:58:20 +0900
commit137dc8abffcac7721890f320f183ab13eb30b790 (patch)
tree78a2362cfadbfb1297ce0f86608256dc932e95cc /db/schema/index.ts
parentad29c8d9dc5ce3f57d1e994e84603edcdb961c12 (diff)
parentd853ddc380bc03d968872e9ce53d7ea13a5304f8 (diff)
Merge branch 'table-v2' into dujinkim
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 022431cc..da17b069 100644
--- a/db/schema/index.ts
+++ b/db/schema/index.ts
@@ -95,4 +95,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