Skip to content

Commit

Permalink
PC-1234: Add context to migration comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn-Clarke committed Aug 7, 2024
1 parent 252e8dd commit a5a96f7
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @"
Expand Down

0 comments on commit a5a96f7

Please sign in to comment.