fix zoom offset default value

This commit is contained in:
Anton Tranelis 2025-11-18 15:25:32 +01:00
parent 04b2ea4e92
commit 90edd4c90c

View File

@ -28,7 +28,7 @@
"name": "zoom_offset",
"table": "maps",
"data_type": "integer",
"default_value": -1,
"default_value": 0,
"max_length": null,
"numeric_precision": 32,
"numeric_scale": 0,