/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_1738231158") // update collection data unmarshal({ "createRule": "", "deleteRule": "", "updateRule": "" }, collection) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_1738231158") // update collection data unmarshal({ "createRule": "@request.auth.id != \"\"", "deleteRule": "@request.auth.id != \"\"", "updateRule": "@request.auth.id != \"\"" }, collection) return app.save(collection) })