From c01f8ca0b0e33b472c17c762cf51bff6862a05fb Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 5 Mar 2026 14:04:56 +0100 Subject: schema.sql: DROP some NOT NULL and UNIQUE contraints. To match the layer definition found upstream. --- config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.yml') diff --git a/config.yml b/config.yml index b07f57c..ab823d3 100644 --- a/config.yml +++ b/config.yml @@ -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 -- cgit v1.2.3