Skip to content

Commit 5d13c2c

Browse files
committed
CCM-11228: Update letter schema to include specificationId and groupId
1 parent 059000a commit 5d13c2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

internal/datastore/src/types.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
```mermaid
55
erDiagram
66
Letter {
7-
string supplierId "ref: Supplier"
87
string id
8+
string supplierId "ref: Supplier"
9+
string specificationId
10+
string groupId
911
string url "url"
1012
string status "enum: PENDING, ACCEPTED, DISPATCHED, FAILED, REJECTED, DELIVERED, CANCELLED"
1113
string createdAt

0 commit comments

Comments
 (0)