/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_4163081445") // update collection data unmarshal({ "updateRule": "user = @request.auth.id || @request.auth.id = \"admin_id\"" }, collection) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_4163081445") // update collection data unmarshal({ "updateRule": "" }, collection) return app.save(collection) })