Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresCalculationEntity.cs =================================================================== diff -u -ra18b7dcb5ed74f0d8ffc9a4d284d98b25816b9b8 -rd3c511b25782c606f9c71158ba5cf5cf5315d6ea --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresCalculationEntity.cs (.../ClosingStructuresCalculationEntity.cs) (revision a18b7dcb5ed74f0d8ffc9a4d284d98b25816b9b8) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresCalculationEntity.cs (.../ClosingStructuresCalculationEntity.cs) (revision d3c511b25782c606f9c71158ba5cf5cf5315d6ea) @@ -51,7 +51,7 @@ public string Name { get; set; } public string Comments { get; set; } public byte UseBreakWater { get; set; } - public short BreakWaterType { get; set; } + public byte BreakWaterType { get; set; } public Nullable BreakWaterHeight { get; set; } public byte UseForeshore { get; set; } public Nullable Orientation { get; set; }