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