Skip to content

Commit

Permalink
PC-1234: Added description to SQL in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn-Clarke committed Aug 7, 2024
1 parent d01b3c6 commit 664ffc5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ 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
migrationBuilder.Operations.Add(new SqlOperation
{
Sql = @"
Expand Down

0 comments on commit 664ffc5

Please sign in to comment.