@positivegrid/pg-mongoose-schema 27.7.6 → 27.7.7

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.
@@ -557,6 +557,7 @@ module.exports = (mongoose) => {
557
557
  created_by: { type: String, default: null },
558
558
  terminate: {
559
559
  reason: { type: String },
560
+ user: { type: String },
560
561
  time: { type: Date },
561
562
  },
562
563
  metadata: { type: Schema.Types.Mixed, default: null },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@positivegrid/pg-mongoose-schema",
3
- "version": "27.7.6",
3
+ "version": "27.7.7",
4
4
  "description": "Positive Grid mongoose schema",
5
5
  "author": "Ferrari Lee <shiyung@positivegrid.com>",
6
6
  "homepage": "https://git.positivegrid.com:8443/backend/pg-mongoose-schema",