/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_3912384429") // update collection data unmarshal({ "name": "mtg_set" }, collection) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_3912384429") // update collection data unmarshal({ "name": "set" }, collection) return app.save(collection) })