@a_team/prisma 3.22.2-win → 3.22.3-linux-debian
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/dist/client/edge.js +4 -4
- package/dist/client/index.d.ts +12 -12
- package/dist/client/index.js +6 -6
- package/dist/client/{query_engine-windows.dll.node → libquery_engine-debian-openssl-3.0.x.so.node} +0 -0
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +2 -2
- package/package.json +2 -2
package/dist/client/{query_engine-windows.dll.node → libquery_engine-debian-openssl-3.0.x.so.node}
RENAMED
|
Binary file
|
package/dist/client/package.json
CHANGED
|
@@ -1136,8 +1136,8 @@ model MissionApplication {
|
|
|
1136
1136
|
reviewStatusChanges ReviewStatusChange[]
|
|
1137
1137
|
proposal String? @db.ObjectId
|
|
1138
1138
|
hiddenProjects String[] @db.ObjectId
|
|
1139
|
-
createdAt DateTime @db.Date
|
|
1140
|
-
updatedAt DateTime @db.Date
|
|
1139
|
+
createdAt DateTime @default(now()) @db.Date
|
|
1140
|
+
updatedAt DateTime @updatedAt @db.Date
|
|
1141
1141
|
updatedStatusAt DateTime? @db.Date
|
|
1142
1142
|
proposedToClientAt DateTime? @db.Date
|
|
1143
1143
|
proposalManuallySharedAt DateTime? @db.Date
|