Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructuresFailureMechanismMetaEntity.cs =================================================================== diff -u -r20a7f01e04fc17eee5db148fbb7e5a0f21be0d0f -r755360927a67d206d503b10e0d4c40d5426c4a3b --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructuresFailureMechanismMetaEntity.cs (.../HeightStructuresFailureMechanismMetaEntity.cs) (revision 20a7f01e04fc17eee5db148fbb7e5a0f21be0d0f) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructuresFailureMechanismMetaEntity.cs (.../HeightStructuresFailureMechanismMetaEntity.cs) (revision 755360927a67d206d503b10e0d4c40d5426c4a3b) @@ -36,6 +36,7 @@ public long FailureMechanismEntityId { get; set; } public int N { get; set; } public string HeightStructureCollectionSourcePath { get; set; } + public string ForeshoreProfileCollectionSourcePath { get; set; } public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } }