/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_3520650163") // update collection data unmarshal({ "name": "Dvn2" }, collection) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_3520650163") // update collection data unmarshal({ "name": "dvn2" }, collection) return app.save(collection) })