Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsSoilLayerTwoDEntity.cs =================================================================== diff -u -r8e213638a22dd9f04d965d875bb58156db019be5 -r1b7dec5dc5d682b37d0191d99da2ff640cc56022 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsSoilLayerTwoDEntity.cs (.../MacroStabilityInwardsSoilLayerTwoDEntity.cs) (revision 8e213638a22dd9f04d965d875bb58156db019be5) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsSoilLayerTwoDEntity.cs (.../MacroStabilityInwardsSoilLayerTwoDEntity.cs) (revision 1b7dec5dc5d682b37d0191d99da2ff640cc56022) @@ -56,7 +56,6 @@ public double? PopMean { get; set; } public double? PopCoefficientOfVariation { get; set; } public string OuterRingXml { get; set; } - public string HolesXml { get; set; } public int Order { get; set; } public virtual MacroStabilityInwardsSoilProfileTwoDEntity MacroStabilityInwardsSoilProfileTwoDEntity { get; set; }