/// migrate((app) => { const collection = new Collection({ "createRule": "@request.auth.id != \"\"", "deleteRule": "@request.auth.id != \"\"", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "help": "", "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": "", "help": "", "hidden": false, "id": "text1579384326", "max": 0, "min": 0, "name": "name", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "autogeneratePattern": "", "help": "", "hidden": false, "id": "text3485334036", "max": 0, "min": 0, "name": "note", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "help": "", "hidden": false, "id": "number1177347317", "max": null, "min": null, "name": "position", "onlyInt": false, "presentable": false, "required": false, "system": false, "type": "number" }, { "help": "", "hidden": false, "id": "bool3946532403", "name": "deleted", "presentable": false, "required": false, "system": false, "type": "bool" }, { "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_1015602688", "indexes": [ "CREATE INDEX `idx_bookcases_updated` ON `bookcases` (`updated`)" ], "listRule": "@request.auth.id != \"\"", "name": "bookcases", "system": false, "type": "base", "updateRule": "@request.auth.id != \"\"", "viewRule": "@request.auth.id != \"\"" }); return app.save(collection); }, (app) => { const collection = app.findCollectionByNameOrId("pbc_1015602688"); return app.delete(collection); })