diff options
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |