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