/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_1340419796"); return app.delete(collection); }, (app) => { const collection = new Collection({ "createRule": null, "deleteRule": null, "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1579384326", "max": 0, "min": 0, "name": "name", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1843675174", "max": 0, "min": 0, "name": "description", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "hidden": false, "id": "select4029814376", "maxSelect": 1, "name": "type", "presentable": false, "required": true, "system": false, "type": "select", "values": [ "tournament_participation", "tournament_placement", "performance", "overtime", "match_milestone" ] }, { "hidden": false, "id": "json1578432567", "maxSize": 2000000, "name": "criteria", "presentable": false, "required": true, "system": false, "type": "json" }, { "autogeneratePattern": "", "hidden": false, "id": "text3928475610", "max": 50, "min": 0, "name": "icon", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1847293056", "max": 50, "min": 0, "name": "color", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "number4113142680", "max": null, "min": null, "name": "order", "onlyInt": false, "presentable": false, "required": false, "system": false, "type": "number" }, { "hidden": false, "id": "bool2847519203", "name": "is_progressive", "presentable": false, "required": false, "system": false, "type": "bool" }, { "hidden": false, "id": "number2948571038", "max": null, "min": null, "name": "progress_target", "onlyInt": false, "presentable": false, "required": false, "system": false, "type": "number" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" } ], "id": "pbc_1340419796", "indexes": [], "listRule": null, "name": "badges", "system": false, "type": "base", "updateRule": null, "viewRule": null }); return app.save(collection); })