/// migrate((app) => { const collection = app.findCollectionByNameOrId("_pb_users_auth_") // add field collection.fields.addAt(10, new Field({ "autogeneratePattern": "", "hidden": false, "id": "text3341984971", "max": 0, "min": 0, "name": "patreonAccessToken", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("_pb_users_auth_") // remove field collection.fields.removeById("text3341984971") return app.save(collection) })