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