/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_3521663574") // update collection data unmarshal({ "name": "Dorz1" }, collection) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_3521663574") // update collection data unmarshal({ "name": "dorz1" }, collection) return app.save(collection) })