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