Hello from MCP server
/// <reference path="../pb_data/types.d.ts" />
migrate((app) => {
const collection = app.findCollectionByNameOrId("pbc_3875544977")
// update collection data
unmarshal({
"indexes": [
"CREATE UNIQUE INDEX `idx_SVun81Mdbz` ON `contentItems` (\n `org`,\n `refId`\n)"
]
}, collection)
return app.save(collection)
}, (app) => {
const collection = app.findCollectionByNameOrId("pbc_3875544977")
// update collection data
unmarshal({
"indexes": []
}, collection)
return app.save(collection)
})