/// migrate((app) => { const collection = app.findCollectionByNameOrId("_pb_users_auth_") // add field collection.fields.addAt(10, new Field({ "cascadeDelete": false, "collectionId": "pbc_3589557411", "help": "", "hidden": false, "id": "relation145676011", "maxSelect": 1, "minSelect": 0, "name": "verein_id", "presentable": false, "required": false, "system": false, "type": "relation" })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("_pb_users_auth_") // remove field collection.fields.removeById("relation145676011") return app.save(collection) })