/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_941672112") // add field collection.fields.addAt(2, new Field({ "cascadeDelete": false, "collectionId": "pbc_1125843985", "hidden": false, "id": "relation1519021197", "maxSelect": 1, "minSelect": 0, "name": "post", "presentable": false, "required": false, "system": false, "type": "relation" })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_941672112") // remove field collection.fields.removeById("relation1519021197") return app.save(collection) })