@a_team/prisma 1.0.9 → 1.0.11

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "keywords": [],
5
5
  "scripts": {
6
6
  "generate": "npx prisma generate",
@@ -39,8 +39,9 @@ model MissionSpec {
39
39
 
40
40
  type MissionSpecRole {
41
41
  id String @map("_id") @db.ObjectId
42
- builderRateMax Float?
43
- builderRateMin Float?
42
+ builderRateMax Float? @db.Double
43
+ builderRateMin Float? @db.Double
44
+ margin Float? @db.Double
44
45
  category String? @db.ObjectId
45
46
  createdAt DateTime? @default(now()) @db.Date
46
47
  createdBy String? @db.ObjectId