/// migrate((app) => { const collection = new Collection({ "createRule": "", "deleteRule": "", "fields": [ { "autogeneratePattern": "", "help": "", "hidden": false, "id": "text3208210256", "max": 255, "min": 1, "name": "id", "pattern": "^[a-zA-Z0-9_-]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "help": "", "hidden": false, "id": "text245846248", "max": 0, "min": 0, "name": "label", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "autogeneratePattern": "", "help": "", "hidden": false, "id": "text2363381545", "max": 0, "min": 0, "name": "type", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "help": "", "hidden": false, "id": "text1843675174", "max": 0, "min": 0, "name": "description", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" } ], "id": "pbc_2800040823", "indexes": [], "listRule": "", "name": "topics", "system": false, "type": "base", "updateRule": "", "viewRule": "" }); return app.save(collection); }, (app) => { const collection = app.findCollectionByNameOrId("pbc_2800040823"); return app.delete(collection); })