/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_3521663574") // update collection data unmarshal({ "listRule": null, "viewRule": null }, collection) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_3521663574") // update collection data unmarshal({ "listRule": "", "viewRule": "" }, collection) return app.save(collection) })