picker-db 3.7.5 → 3.7.6
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.
|
@@ -772,12 +772,12 @@ module.exports = (connection) => {
|
|
|
772
772
|
type: Boolean,
|
|
773
773
|
default: false,
|
|
774
774
|
},
|
|
775
|
-
rating: {
|
|
776
|
-
type: Number
|
|
777
|
-
},
|
|
778
775
|
review: {
|
|
779
776
|
type: String
|
|
780
777
|
},
|
|
778
|
+
rating: {
|
|
779
|
+
type: Number
|
|
780
|
+
},
|
|
781
781
|
}, { timestamps: true });
|
|
782
782
|
|
|
783
783
|
BookingSchema.pre("save", function (next) {
|