From e6a0d814659f418287eab6142af726eab929ac87 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 17 Mar 2025 14:20:21 +0100 Subject: mrr:markanvisningar: Make DecisionDate non-nullable. It appears it is no longer stripped in Bergsstaten's mineralregister. --- config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'config.yml') diff --git a/config.yml b/config.yml index 304eb99..517e117 100644 --- a/config.yml +++ b/config.yml @@ -3219,6 +3219,7 @@ layers: comment: Benämning på området - name: DecisionDate type: Date + nullable: false comment: Beslutsdatum - name: DiaryNr type: String @@ -3243,9 +3244,6 @@ layers: 'Diary nr': DiaryNr 'Last updated': LastUpdated value-map: - 'Decision date': - - replace: '' - with: null 'Diary nr': - replace: '' with: null -- cgit v1.2.3