Ulf Gebhardt 138874cef4
refactor(backend): sync collection with production (#346)
* sync collections & other settings with production

missing changes

* deactivated specific flows

---------

Co-authored-by: Anton Tranelis <mail@antontranelis.de>
2025-09-02 11:51:32 +02:00

55 lines
1.1 KiB
JSON

{
"collection": "items",
"field": "position",
"type": "geometry.Point",
"meta": {
"collection": "items",
"conditions": null,
"display": null,
"display_options": null,
"field": "position",
"group": null,
"hidden": false,
"interface": null,
"note": null,
"options": {
"defaultView": {
"bearing": 0,
"center": {
"lat": 0,
"lng": 0
},
"pitch": 0,
"zoom": 0
},
"geometryType": "Point"
},
"readonly": false,
"required": false,
"sort": 10,
"special": null,
"translations": null,
"validation": null,
"validation_message": null,
"width": "full"
},
"schema": {
"name": "position",
"table": "items",
"data_type": "POINT",
"default_value": null,
"max_length": null,
"numeric_precision": null,
"numeric_scale": null,
"is_nullable": true,
"is_unique": false,
"is_indexed": false,
"is_primary_key": false,
"is_generated": false,
"generation_expression": null,
"has_auto_increment": false,
"foreign_key_table": null,
"foreign_key_column": null
}
}