picker-db 3.9.9 → 3.9.11

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.
@@ -877,6 +877,9 @@ module.exports = (connection) => {
877
877
  },
878
878
  usesCustomerSupportLink: {
879
879
  type: Boolean,
880
+ },
881
+ workspaceCountry: {
882
+ type: String,
880
883
  }
881
884
  }, { timestamps: true });
882
885
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "picker-db",
3
- "version": "3.9.9",
3
+ "version": "3.9.11",
4
4
  "description": "Picker DB services",
5
5
  "main": "index.js",
6
6
  "scripts": {