picker-db 4.5.0 → 4.5.1
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.
|
@@ -845,10 +845,6 @@ module.exports = (connection) => {
|
|
|
845
845
|
restartByBusiness: { type: Number, default: 0 },
|
|
846
846
|
restartByBusinessWithPenalty: { type: Number, default: 0 },
|
|
847
847
|
},
|
|
848
|
-
bookingAutoAccepted: {
|
|
849
|
-
type: Boolean,
|
|
850
|
-
default: false,
|
|
851
|
-
},
|
|
852
848
|
pendingToProcess: {
|
|
853
849
|
type: Boolean,
|
|
854
850
|
},
|