Hello from MCP server
/// <reference path="../pb_data/types.d.ts" />
migrate((app) => {
const collection = app.findCollectionByNameOrId("pbc_2170393721")
// update collection data
unmarshal({
"listRule": "@request.auth.activeOrg = org || @request.auth.activeOrg ?= subscribers",
"viewRule": "@request.auth.activeOrg = org || @request.auth.activeOrg ?= subscribers"
}, collection)
return app.save(collection)
}, (app) => {
const collection = app.findCollectionByNameOrId("pbc_2170393721")
// update collection data
unmarshal({
"listRule": "@request.auth.activeOrg = org",
"viewRule": "@request.auth.activeOrg = org"
}, collection)
return app.save(collection)
})