/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_108570809") // update collection data unmarshal({ "name": "Customers" }, collection) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_108570809") // update collection data unmarshal({ "name": "customers" }, collection) return app.save(collection) })