@a_team/prisma 3.22.2-macos-docker-linux → 3.22.3-linux

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "prisma-client-2341af7fb722155d027188c398980bc8377b82676e3634aed62e941b9aceb8d6",
2
+ "name": "prisma-client-fdec4a11caadc444ebd2bc07088f6be17317d8da973a91c3748c724d505d9c5b",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -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
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.22.2-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.22.3-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {