Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DikeAssessmentSectionEntity.cs =================================================================== diff -u -rfbb37872d09f1ded75ce2209e8e48a6b64d8a78f -re7acba10209b18e88bf89d9211f6fc031d0f992e --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DikeAssessmentSectionEntity.cs (.../DikeAssessmentSectionEntity.cs) (revision fbb37872d09f1ded75ce2209e8e48a6b64d8a78f) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DikeAssessmentSectionEntity.cs (.../DikeAssessmentSectionEntity.cs) (revision e7acba10209b18e88bf89d9211f6fc031d0f992e) @@ -38,7 +38,8 @@ public long DikeAssessmentSectionEntityId { get; set; } public long ProjectEntityId { get; set; } public string Name { get; set; } - public Nullable Norm { get; set; } + public int Norm { get; set; } + public int Order { get; set; } public virtual ProjectEntity ProjectEntity { get; set; } }