efiber-prisma-schema 1.13.3 → 1.13.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -2709,6 +2709,8 @@ model Revision {
|
|
|
2709
2709
|
updatedAt DateTime @updatedAt
|
|
2710
2710
|
resolvedAt DateTime?
|
|
2711
2711
|
|
|
2712
|
+
clientRevisionId String? // ID of the revision from the client side
|
|
2713
|
+
|
|
2712
2714
|
resolutionNotes String?
|
|
2713
2715
|
|
|
2714
2716
|
pboFat PboFat? @relation(fields: [pboFatId], references: [id])
|