diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2026-03-05 14:04:56 +0100 |
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2026-03-05 14:04:56 +0100 |
| commit | c01f8ca0b0e33b472c17c762cf51bff6862a05fb (patch) | |
| tree | d9f676b61aef3bc5f11c007b1aa0d4bf687b8d39 /config.yml | |
| parent | d2c1d45a7b1245097aac2a424eface32bd77370e (diff) | |
schema.sql: DROP some NOT NULL and UNIQUE contraints.
To match the layer definition found upstream.
Diffstat (limited to 'config.yml')
| -rw-r--r-- | config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1013,7 +1013,7 @@ layers: comment: Beslutsstatus - name: URSBESLDAT type: Date - nullable: false + nullable: true comment: Ursprungligt beslutsdatum - name: IKRAFTDATF type: Date @@ -1033,7 +1033,7 @@ layers: - name: FORVALTARE type: String width: 62 - nullable: false + nullable: true comment: Förvaltare för området - name: LAND_HA # XXX convert to m²? @@ -3690,7 +3690,7 @@ layers: fields: - name: name type: String - unique: true + #unique: true nullable: false width: 254 comment: Namn på ansökt undersökningsområde |
