/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_173434244") // update field collection.fields.addAt(3, new Field({ "hidden": false, "id": "geoPoint1542800728", "name": "geo", "presentable": false, "required": false, "system": false, "type": "geoPoint" })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_173434244") // update 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) })