@pintahub/database-schemas 5.5.0 → 5.5.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": "5.5.0",
3
+ "version": "5.5.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -379,10 +379,6 @@ Product.index({store: 1, status: 1, is_primary: 1, sales_count: -1})
379
379
 
380
380
  Product.index({store: 1, product_type: 1, status: 1})
381
381
 
382
- Product.index({
383
- store: 1, status: 1, publications: 1, collections: 1, views_count: -1
384
- })
385
-
386
382
  /** Full-text search index */
387
383
  Product.index({
388
384
  title: 'text',