summaryrefslogtreecommitdiff
path: root/db/schema/rfqLastTBE.ts
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-09-30 10:08:53 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-09-30 10:08:53 +0000
commit2c02afd48a4d9276a4f5c132e088540a578d0972 (patch)
treee5efdd3f48fad33681c139a4c58481f4514fb38e /db/schema/rfqLastTBE.ts
parent19794b32a6e3285fdeda7519ededdce451966f3d (diff)
(대표님) 폼리스트, spreadjs 관련 변경사항, 벤더문서 뷰 쿼리 수정, 이메일 템플릿 추가 등
Diffstat (limited to 'db/schema/rfqLastTBE.ts')
-rw-r--r--db/schema/rfqLastTBE.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema/rfqLastTBE.ts b/db/schema/rfqLastTBE.ts
index 8800cd3d..e690ce4b 100644
--- a/db/schema/rfqLastTBE.ts
+++ b/db/schema/rfqLastTBE.ts
@@ -34,7 +34,7 @@ export const rfqLastTbeSessions = pgTable(
// 상태 관리
status: varchar("status", { length: 30 })
- .$type<"준비중" | "진행중" | "검토중" | "보류" | "완료" | "취소">()
+ .$type<"생성중"|"준비중" | "진행중" | "검토중" | "보류" | "완료" | "취소">()
.notNull()
.default("준비중"),