diff options
| author | joonhoekim <26rote@gmail.com> | 2025-11-28 14:13:46 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-11-28 14:13:46 +0900 |
| commit | 24e0b8c83f7d68156e5a63ba85a541c04036f00b (patch) | |
| tree | deac3a6385b959ced9abed7de134938a609cd68f /db/schema | |
| parent | 9cda8482660a87fd98c9ee43f507d75ff75b4e23 (diff) | |
(김준회) dolce: API 추가건 대응 처리(상세도면 및 파일 삭제 기능-Standby 상태)
Diffstat (limited to 'db/schema')
| -rw-r--r-- | db/schema/dolce/dolce.ts | 4 | ||||
| -rw-r--r-- | db/schema/index.ts | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/db/schema/dolce/dolce.ts b/db/schema/dolce/dolce.ts index 378d29d2..6552d61b 100644 --- a/db/schema/dolce/dolce.ts +++ b/db/schema/dolce/dolce.ts @@ -1,4 +1,6 @@ -import { pgSchema, varchar, timestamp, jsonb, text, index, serial, boolean, uuid, integer } from "drizzle-orm/pg-core"; +// 유지하지만, 미사용 중. dolce 에 바로 보내기로 합의 + +import { pgSchema, varchar, timestamp, jsonb, text, index, boolean, uuid, integer } from "drizzle-orm/pg-core"; export const dolceSchema = pgSchema("dolce"); diff --git a/db/schema/index.ts b/db/schema/index.ts index df4ca424..cd54e032 100644 --- a/db/schema/index.ts +++ b/db/schema/index.ts @@ -84,6 +84,4 @@ export * from './avl/avl'; export * from './avl/vendor-pool'; // === Email Logs 스키마 === export * from './emailLogs'; -export * from './emailWhitelist'; -// Dolce 로컬 저장용 스키마 -export * from './dolce/dolce';
\ No newline at end of file +export * from './emailWhitelist';
\ No newline at end of file |
