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