Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/SoilLayerEntity.cs =================================================================== diff -u -ra294987551b0b2d8a27b6e1bc6235b0e2351b6f4 -r37aadd6a7b1a13ef1c8809b3479df0911c6632bb --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/SoilLayerEntity.cs (.../SoilLayerEntity.cs) (revision a294987551b0b2d8a27b6e1bc6235b0e2351b6f4) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/SoilLayerEntity.cs (.../SoilLayerEntity.cs) (revision 37aadd6a7b1a13ef1c8809b3479df0911c6632bb) @@ -48,6 +48,7 @@ public Nullable BelowPhreaticLevelShift { get; set; } public Nullable PermeabilityMean { get; set; } public Nullable PermeabilityDeviation { get; set; } + public int Order { get; set; } public virtual SoilProfileEntity SoilProfileEntity { get; set; } }