/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_1125843985") // update collection data unmarshal({ "listRule": null, "viewRule": null }, collection) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_1125843985") // update collection data unmarshal({ "listRule": "@request.auth.id != \"\"", "viewRule": "@request.auth.id != \"\"" }, collection) return app.save(collection) })