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_2170393721")

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

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

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

  return app.save(collection)
})