Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //done all
- db.locations.updateMany({}, {$set: {publish_destination: 0}})
- db.locations.updateMany({}, {$set: {last_update: new ISODate("2019-06-02")}})
- db.locations.updateMany({}, {$set: {image_booklet: []}})
- db.locations.updateMany({}, {$set: {"rental_zone.first_zone.selected":1}})
- db.locations.updateMany({}, {$set: {"rental_zone.second_zone.selected":0}})
- db.locations.updateMany({}, {$set: {"rental_zone.third_zone.selected":0}})
Advertisement
Add Comment
Please, Sign In to add comment