@pintahub/database-schemas 3.1.9 → 3.2.1

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": "@pintahub/database-schemas",
3
- "version": "3.1.9",
3
+ "version": "3.2.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -272,6 +272,11 @@ const Product = new Schema({
272
272
  default: false,
273
273
  },
274
274
 
275
+ stage: {//temporary field for edit product
276
+ type: String,
277
+ trim: true,
278
+ },
279
+
275
280
  updated_at: {
276
281
  type: Date,
277
282
  default: Date.now