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