Advertisement
gaspan619

change data overview pat 1/4 to prod

Oct 21st, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. db.planatripves.find( {} ).forEach( function (x) {
  2. x.packages.forEach( function (y) {
  3. y.cant_trip = 0
  4. })
  5. db.planatripves.save(x)
  6. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement