Hello from MCP server

List Files | Just Commands | Repo | Logs

← back |
/// <reference path="../pb_data/types.d.ts" />
migrate((app) => {
  const collection = app.findCollectionByNameOrId("pbc_4141165654")

  // update collection data
  unmarshal({
    "listRule": ""
  }, collection)

  return app.save(collection)
}, (app) => {
  const collection = app.findCollectionByNameOrId("pbc_4141165654")

  // update collection data
  unmarshal({
    "listRule": "@request.auth.activeOrg = org || @request.auth.activeOrg ?= book.subscribers"
  }, collection)

  return app.save(collection)
})