diff --git a/SeaPublicWebsite.Data/Migrations/20240806095041_ForwardFillTimestamps.cs b/SeaPublicWebsite.Data/Migrations/20240806095041_ForwardFillTimestamps.cs index c13e1896..6908b6d8 100644 --- a/SeaPublicWebsite.Data/Migrations/20240806095041_ForwardFillTimestamps.cs +++ b/SeaPublicWebsite.Data/Migrations/20240806095041_ForwardFillTimestamps.cs @@ -9,8 +9,9 @@ public partial class ForwardFillTimestamps : Migration { protected override void Up(MigrationBuilder migrationBuilder) { - // This operation will perform a forward-fill on "RecommendationsFirstRetrievedAt" - // starting from August 1st onward, filling in null values with the most recent non-null value + /// Part of PC-1234, to recover the "missing" data by approximating timestamps for incomplete journeys: + /// This will perform a forward-fill on "RecommendationsFirstRetrievedAt" + /// starting from August 1st onward, filling in null values with the most recent non-null value. migrationBuilder.Operations.Add(new SqlOperation { Sql = @"