summaryrefslogtreecommitdiff
path: root/db/schema
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema')
-rw-r--r--db/schema/pq.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema/pq.ts b/db/schema/pq.ts
index 11d55473..a9d92953 100644
--- a/db/schema/pq.ts
+++ b/db/schema/pq.ts
@@ -419,6 +419,7 @@ export const vendorInvestigationsView = pgView(
// PQ 정보
pqItems: vendorPQSubmissions.pqItems,
+ pqNumber: vendorPQSubmissions.pqNumber,
// User names and emails instead of just IDs
requesterName: sql<string>`requester.name`.as("requesterName"),