Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructureSectionResultEntity.cs =================================================================== diff -u -r1cd3618f5f8916ef15992d69ec3b447b311c2f72 -ra294987551b0b2d8a27b6e1bc6235b0e2351b6f4 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructureSectionResultEntity.cs (.../ClosingStructureSectionResultEntity.cs) (revision 1cd3618f5f8916ef15992d69ec3b447b311c2f72) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructureSectionResultEntity.cs (.../ClosingStructureSectionResultEntity.cs) (revision a294987551b0b2d8a27b6e1bc6235b0e2351b6f4) @@ -38,8 +38,8 @@ public long ClosingStructureSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } public byte LayerOne { get; set; } - public Nullable LayerTwoA { get; set; } - public Nullable LayerThree { get; set; } + public Nullable LayerTwoA { get; set; } + public Nullable LayerThree { get; set; } public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } }