aboutsummaryrefslogtreecommitdiffstats
path: root/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.yml b/config.yml
index db812c6..304eb99 100644
--- a/config.yml
+++ b/config.yml
@@ -3174,7 +3174,8 @@ layers:
comment: När tillståndets giltighet slutar
- name: DiaryNr
type: String
- unique: true
+ # XXX how come there is no UNIQUE constraint here?
+ #unique: true
width: 16
- name: LastUpdated
type: Date
@@ -3221,7 +3222,8 @@ layers:
comment: Beslutsdatum
- name: DiaryNr
type: String
- unique: true
+ # XXX how come there is no UNIQUE constraint here?
+ #unique: true
width: 16
- name: LastUpdated
type: Date