/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_173434244") // add field collection.fields.addAt(3, new Field({ "hidden": false, "id": "geoPoint1542800728", "name": "field", "presentable": false, "required": false, "system": false, "type": "geoPoint" })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_173434244") // remove field collection.fields.removeById("geoPoint1542800728") return app.save(collection) })