From a3568152adf2152647040568db5966eb066f94a6 Mon Sep 17 00:00:00 2001 From: marvin255 Date: Tue, 8 Oct 2019 10:15:14 +0200 Subject: [PATCH] add nullable to StructureStatus.SHORTNAME --- resources/fias_entities.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/fias_entities.yaml b/resources/fias_entities.yaml index f1c29a2e..530bc5e0 100644 --- a/resources/fias_entities.yaml +++ b/resources/fias_entities.yaml @@ -94,7 +94,7 @@ StructureStatus: type: string subType: '' length: 255 - isNullable: false + isNullable: true isPrimary: false isIndex: false isPartition: false