picker-db 4.12.0 → 4.13.0

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.
@@ -922,7 +922,11 @@ module.exports = (connection) => {
922
922
  default: null,
923
923
  index: true,
924
924
  sparse: true,
925
- }
925
+ },
926
+ hasInsights: {
927
+ type: Boolean,
928
+ default: false,
929
+ },
926
930
  }, { timestamps: true });
927
931
 
928
932
  BookingSchema.pre("save", async function (next) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "picker-db",
3
- "version": "4.12.0",
3
+ "version": "4.13.0",
4
4
  "description": "Picker DB services",
5
5
  "main": "index.js",
6
6
  "scripts": {