picker-db 3.9.8 → 3.9.10
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.
|
@@ -263,6 +263,9 @@ module.exports = (connection) => {
|
|
|
263
263
|
type: String,
|
|
264
264
|
default: null,
|
|
265
265
|
},
|
|
266
|
+
deliveryZone: {
|
|
267
|
+
type: String,
|
|
268
|
+
},
|
|
266
269
|
deliveryState: {
|
|
267
270
|
type: String,
|
|
268
271
|
default: null,
|
|
@@ -874,6 +877,9 @@ module.exports = (connection) => {
|
|
|
874
877
|
},
|
|
875
878
|
usesCustomerSupportLink: {
|
|
876
879
|
type: Boolean,
|
|
880
|
+
},
|
|
881
|
+
country: {
|
|
882
|
+
type: String,
|
|
877
883
|
}
|
|
878
884
|
}, { timestamps: true });
|
|
879
885
|
|