/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_879072730") // update collection data unmarshal({ "name": "list" }, collection) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_879072730") // update collection data unmarshal({ "name": "games" }, collection) return app.save(collection) })