@pintahub/database-schemas 5.5.1 → 5.5.2

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.1",
3
+ "version": "5.5.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -202,7 +202,6 @@ const Product = new Schema({
202
202
  is_imported: {
203
203
  type: Boolean,
204
204
  default: false,
205
- index: true,
206
205
  },
207
206
 
208
207
  /** Temporary flag: image upload in progress */
@@ -264,7 +263,6 @@ const Product = new Schema({
264
263
  is_primary: {
265
264
  type: Boolean,
266
265
  default: true,
267
- index: true,
268
266
  },
269
267
 
270
268
  /** Whether product is available for purchase */