picker-db 3.9.5 → 3.9.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.
@@ -868,6 +868,9 @@ module.exports = (connection) => {
868
868
  },
869
869
  scrapperFail: {
870
870
  type: Boolean
871
+ },
872
+ usesCustomerSupportLink: {
873
+ type: Boolean,
871
874
  }
872
875
  }, { timestamps: true });
873
876
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "picker-db",
3
- "version": "3.9.5",
3
+ "version": "3.9.7",
4
4
  "description": "Picker DB services",
5
5
  "main": "index.js",
6
6
  "scripts": {