flykup_model_development 3.1.78 → 3.1.79

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.
@@ -257,6 +257,12 @@ const orderSchema = new mongoose.Schema(
257
257
  required: true
258
258
  },
259
259
  sourceRefId: String,
260
+ showId: {
261
+ type: mongoose.Schema.Types.ObjectId,
262
+ ref: 'shows',
263
+ default: null,
264
+ index: true
265
+ },
260
266
  deliveryCharge: {
261
267
  type: Number,
262
268
  default: 40
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flykup_model_development",
3
- "version": "3.1.78",
3
+ "version": "3.1.79",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "private": false,