@pintahub/database-schemas 2.1.6 → 2.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pintahub/database-schemas",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -211,6 +211,7 @@ const Product = new Schema({
211
211
  is_trending: {
212
212
  type: Boolean,
213
213
  default: false,
214
+ index: true,
214
215
  },
215
216
 
216
217
  updated_at: {