You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
952 B
JavaScript
43 lines
952 B
JavaScript
/// <reference path="../pb_data/types.d.ts" />
|
|
migrate((app) => {
|
|
const collection = app.findCollectionByNameOrId("pbc_1849418653")
|
|
|
|
// update field
|
|
collection.fields.addAt(9, new Field({
|
|
"autogeneratePattern": "",
|
|
"hidden": false,
|
|
"id": "text2392944706",
|
|
"max": 0,
|
|
"min": 0,
|
|
"name": "podrasdelenie",
|
|
"pattern": "",
|
|
"presentable": false,
|
|
"primaryKey": false,
|
|
"required": false,
|
|
"system": false,
|
|
"type": "text"
|
|
}))
|
|
|
|
return app.save(collection)
|
|
}, (app) => {
|
|
const collection = app.findCollectionByNameOrId("pbc_1849418653")
|
|
|
|
// update field
|
|
collection.fields.addAt(9, new Field({
|
|
"autogeneratePattern": "",
|
|
"hidden": false,
|
|
"id": "text2392944706",
|
|
"max": 0,
|
|
"min": 0,
|
|
"name": "podraselenie",
|
|
"pattern": "",
|
|
"presentable": false,
|
|
"primaryKey": false,
|
|
"required": false,
|
|
"system": false,
|
|
"type": "text"
|
|
}))
|
|
|
|
return app.save(collection)
|
|
})
|