@francesco_ksh/app-ksh-mgd-schemas 2.0.6 → 2.0.8

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.
Files changed (2) hide show
  1. package/models/User.js +4 -0
  2. package/package.json +1 -1
package/models/User.js CHANGED
@@ -407,6 +407,10 @@ const userSchema = new Schema(
407
407
  type: Date,
408
408
  default: Date.now,
409
409
  },
410
+ alreadyPaid: {
411
+ type: Boolean,
412
+ default: false,
413
+ },
410
414
  },
411
415
  ],
412
416
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@francesco_ksh/app-ksh-mgd-schemas",
3
- "version": "2.0.6",
3
+ "version": "2.0.8",
4
4
  "description": "Mongoose schema definitions",
5
5
  "main": "index.js",
6
6
  "repository": {