Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/TopLevelSubMechanismIllustrationPointEntity.cs =================================================================== diff -u -r6a60e0e3f676c71e253ad41839519c18dd641e9e -r560910bfaf8e8288710e0f91a0688f9e736b3edc --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/TopLevelSubMechanismIllustrationPointEntity.cs (.../TopLevelSubMechanismIllustrationPointEntity.cs) (revision 6a60e0e3f676c71e253ad41839519c18dd641e9e) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/TopLevelSubMechanismIllustrationPointEntity.cs (.../TopLevelSubMechanismIllustrationPointEntity.cs) (revision 560910bfaf8e8288710e0f91a0688f9e736b3edc) @@ -38,7 +38,6 @@ public string ClosingSituation { get; set; } public string WindDirectionName { get; set; } public double WindDirectionAngle { get; set; } - public double Beta { get; set; } public int Order { get; set; } public virtual GeneralResultSubMechanismIllustrationPointEntity GeneralResultSubMechanismIllustrationPointEntity { get; set; }