/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_533777971") // update field collection.fields.addAt(1, new Field({ "autogeneratePattern": "", "hidden": false, "id": "text1372126313", "max": 0, "min": 0, "name": "post_slug", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": false, "type": "text" })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_533777971") // update field collection.fields.addAt(1, new Field({ "autogeneratePattern": "", "hidden": false, "id": "text1372126313", "max": 0, "min": 0, "name": "post_slug", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" })) return app.save(collection) })