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