Advertisement
gaspan619

add category to additional_price_per_event to prod

Aug 18th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. db.hotels.find( {} ).forEach( function (x) {
  2. x.additional_price_per_event.forEach( function (y) {
  3. y.category = 1
  4. })
  5. db.hotels.save(x)
  6. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement