/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_3941894620") // update collection data unmarshal({ "name": "Dorz2" }, collection) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_3941894620") // update collection data unmarshal({ "name": "dorz2" }, collection) return app.save(collection) })