Skip to content

Commit

Permalink
update subscription id
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshFerge committed Dec 20, 2024
1 parent 64923e0 commit 1ecfaa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Column("organization_id", UInt(64)),
Column("project_id", UInt(64)),
Column("environment", String(Modifiers(nullable=True, low_cardinality=True))),
Column("uptime_subscription_id", UInt(64)),
Column("uptime_subscription_id", UUID()),
Column("uptime_check_id", UUID()),
Column("scheduled_check_time", DateTime64(3)), # millisecond precision
Column("timestamp", DateTime64(3)), # millisecond precision
Expand Down

0 comments on commit 1ecfaa9

Please sign in to comment.