picker-db 3.7.3 → 3.7.4

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.
@@ -177,6 +177,11 @@ module.exports = (connection) => {
177
177
  trim: true,
178
178
  index: true,
179
179
  },
180
+ customerCountryCode: {
181
+ type: String,
182
+ required: false,
183
+ trim: true,
184
+ },
180
185
  customerImage: {
181
186
  thumbnail: { type: String, default: null },
182
187
  original: { type: String, default: null },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "picker-db",
3
- "version": "3.7.3",
3
+ "version": "3.7.4",
4
4
  "description": "Picker DB services",
5
5
  "main": "index.js",
6
6
  "scripts": {