Skip to content

Commit

Permalink
test(async-migrations): Change timestamp upper bound to account for i…
Browse files Browse the repository at this point in the history
…t being 2024 (#19544)
  • Loading branch information
tkaemming authored Jan 2, 2024
1 parent 1154121 commit 90d744a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class Migration(AsyncMigrationDefinition):
str,
),
"TIMESTAMP_UPPER_BOUND": (
"2024-01-01",
"2025-01-01",
"Timestamp upper bound for events to backfill",
str,
),
Expand Down

0 comments on commit 90d744a

Please sign in to comment.