Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs =================================================================== diff -u -ra18b7dcb5ed74f0d8ffc9a4d284d98b25816b9b8 -rd3c511b25782c606f9c71158ba5cf5cf5315d6ea --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs (.../AssessmentSectionEntity.cs) (revision a18b7dcb5ed74f0d8ffc9a4d284d98b25816b9b8) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs (.../AssessmentSectionEntity.cs) (revision d3c511b25782c606f9c71158ba5cf5cf5315d6ea) @@ -50,7 +50,7 @@ public double Norm { get; set; } public string HydraulicDatabaseVersion { get; set; } public string HydraulicDatabaseLocation { get; set; } - public short Composition { get; set; } + public byte Composition { get; set; } public string ReferenceLinePointXml { get; set; } public int Order { get; set; }