Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsSectionResultEntity.cs =================================================================== diff -u -rf909c714921a6c7c24772a7510ce5ad134f70cf5 -r334d67567ece149b04b876ce3576a8d246b5c97c --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsSectionResultEntity.cs (.../MacroStabilityInwardsSectionResultEntity.cs) (revision f909c714921a6c7c24772a7510ce5ad134f70cf5) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsSectionResultEntity.cs (.../MacroStabilityInwardsSectionResultEntity.cs) (revision 334d67567ece149b04b876ce3576a8d246b5c97c) @@ -32,7 +32,7 @@ { public class MacroStabilityInwardsSectionResultEntity { - public long MacrostabilityInwardsSectionResultEntityId { get; set; } + public long MacroStabilityInwardsSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } public byte LayerOne { get; set; } public double? LayerTwoA { get; set; }