/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_340646327") // remove field collection.fields.removeById("file3834550803") // add field collection.fields.addAt(9, new Field({ "exceptDomains": null, "hidden": false, "id": "url156371623", "name": "logo_url", "onlyDomains": null, "presentable": false, "required": false, "system": false, "type": "url" })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_340646327") // add field collection.fields.addAt(5, new Field({ "hidden": false, "id": "file3834550803", "maxSelect": 1, "maxSize": 0, "mimeTypes": [], "name": "logo", "presentable": false, "protected": false, "required": false, "system": false, "thumbs": [], "type": "file" })) // remove field collection.fields.removeById("url156371623") return app.save(collection) })