/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_863811952") // update collection data unmarshal({ "createRule": "", "deleteRule": "", "updateRule": "", "viewRule": "" }, collection) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_863811952") // update collection data unmarshal({ "createRule": "id = @request.auth.id", "deleteRule": "id = @request.auth.id", "updateRule": "id = @request.auth.id", "viewRule": "id = @request.auth.id" }, collection) return app.save(collection) })