careerty-prism 1.0.29 → 1.0.30

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": "careerty-prism",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -531,7 +531,7 @@ model Mentor {
531
531
  email String @unique
532
532
  phone String
533
533
  password String
534
- status Int @default(1)
534
+ status Boolean @default(false)
535
535
  isDeleted Boolean @default(false)
536
536
  isBanned Boolean @default(false)
537
537
  thumbnailId Int