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.id || @request.auth.activeOrg ?= subscribers.id",
"viewRule": "@request.auth.activeOrg = org.id || @request.auth.activeOrg ?= subscribers.id"
}, collection)
return app.save(collection)
}, (app) => {
const collection = app.findCollectionByNameOrId("pbc_2170393721")
// update collection data
unmarshal({
"listRule": "",
"viewRule": ""
}, collection)
return app.save(collection)
})