@pintahub/database-schemas 2.1.5 → 2.1.6

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": "2.1.5",
3
+ "version": "2.1.6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -208,6 +208,11 @@ const Product = new Schema({
208
208
  default: false,
209
209
  },
210
210
 
211
+ is_trending: {
212
+ type: Boolean,
213
+ default: false,
214
+ },
215
+
211
216
  updated_at: {
212
217
  type: Date,
213
218
  default: Date.now