diff options
Diffstat (limited to 'db/schema/gtc.ts')
| -rw-r--r-- | db/schema/gtc.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
