From de2ac5a2860bc25180971e7a11f852d9d44675b7 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 6 Aug 2025 04:23:40 +0000 Subject: (대표님) 정기평가, 법적검토, 정책, 가입관련 처리 및 관련 컴포넌트 추가, 메뉴 변경 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/schema/gtc.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'db/schema/gtc.ts') diff --git a/db/schema/gtc.ts b/db/schema/gtc.ts index 610804a3..e91ed44f 100644 --- a/db/schema/gtc.ts +++ b/db/schema/gtc.ts @@ -569,7 +569,7 @@ export const gtcNegotiationHistory = pgTable("gtc_negotiation_history", { }) // 관계 정의 -export const vendorsRelations = relations(vendors, ({ many, one }) => ({ +export const vendorsRelationsForGTC = relations(vendors, ({ many, one }) => ({ vendorDocuments: many(gtcVendorDocuments) })) @@ -669,8 +669,6 @@ export const gtcNegotiationHistoryRelations = relations(gtcNegotiationHistory, ( })) // 타입 정의 -export type Vendor = typeof vendors.$inferSelect -export type NewVendor = typeof vendors.$inferInsert export type GtcTemplate = typeof gtcTemplates.$inferSelect export type NewGtcTemplate = typeof gtcTemplates.$inferInsert -- cgit v1.2.3