/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_617371094") // update field collection.fields.addAt(1, new Field({ "cascadeDelete": true, "collectionId": "pbc_3332084752", "hidden": false, "id": "relation390457990", "maxSelect": 1, "minSelect": 0, "name": "primary", "presentable": false, "required": false, "system": false, "type": "relation" })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_617371094") // update field collection.fields.addAt(1, new Field({ "cascadeDelete": false, "collectionId": "pbc_3332084752", "hidden": false, "id": "relation390457990", "maxSelect": 1, "minSelect": 0, "name": "primary", "presentable": false, "required": false, "system": false, "type": "relation" })) return app.save(collection) })