/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_1568971955") // add field collection.fields.addAt(14, new Field({ "cascadeDelete": false, "collectionId": "pbc_340646327", "hidden": false, "id": "relation3837590211", "maxSelect": 999, "minSelect": 0, "name": "tournaments", "presentable": false, "required": false, "system": false, "type": "relation" })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_1568971955") // remove field collection.fields.removeById("relation3837590211") return app.save(collection) })