feat: migrate snowflake ids and refresh migrations
This commit is contained in:
@@ -10,7 +10,7 @@ public sealed class MetricSnapshot : MultiTenantEntityBase
|
||||
/// <summary>
|
||||
/// 指标定义 ID。
|
||||
/// </summary>
|
||||
public Guid MetricDefinitionId { get; set; }
|
||||
public long MetricDefinitionId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 维度键(JSON)。
|
||||
|
||||
Reference in New Issue
Block a user