/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_1127093390") // update collection data unmarshal({ "name": "Dnevnoi_stacionar" }, collection) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_1127093390") // update collection data unmarshal({ "name": "dnevnoi_stacionar" }, collection) return app.save(collection) })