From 10f90dc68dec42e9a64e081cc0dce6a484447290 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 29 Jul 2025 11:48:59 +0000 Subject: (대표님, 박서영, 최겸) document-list-only, gtc, vendorDocu, docu-list-rule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/schema/gtc.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'db/schema/gtc.ts') diff --git a/db/schema/gtc.ts b/db/schema/gtc.ts index a217f681..610804a3 100644 --- a/db/schema/gtc.ts +++ b/db/schema/gtc.ts @@ -99,8 +99,8 @@ import { vendors } from "./vendors" export type GtcDocumentWithRelations = GtcDocument & { project?: { id: number - code: string - name: string + projectCode: string + projectName: string } createdBy?: { id: number -- cgit v1.2.3