split building_area field: one with default yes and one with no default

This commit is contained in:
Martin Raifer 2022-09-09 13:22:04 +02:00
parent c0f4f164cc
commit 65f46b5adb
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
131 changed files with 140 additions and 130 deletions

View file

@ -3,7 +3,7 @@
"fields": [
"name",
"operator",
"building_area",
"building_area_yes",
"address"
],
"moreFields": [

View file

@ -5,7 +5,7 @@
"operator",
"seamark/rescue_station/category",
"address",
"building_area",
"building_area_yes",
"phone",
"website"
],

View file

@ -3,7 +3,7 @@
"fields": [
"ref",
"operator",
"building_area",
"building_area_yes",
"opening_hours"
],
"moreFields": [

View file

@ -4,7 +4,7 @@
"name",
"address",
"operator",
"building_area",
"building_area_yes",
"email",
"website"
],