Update Chanelutilization
This commit is contained in:
parent
7df3908c4b
commit
6682131cf1
3 changed files with 47 additions and 13 deletions
|
|
@ -341,7 +341,9 @@ model ChannelUtilizationStats {
|
|||
id BigInt @id @default(autoincrement())
|
||||
recorded_at DateTime? @default(now())
|
||||
avg_channel_utilization Decimal?
|
||||
channel_id String?
|
||||
|
||||
@@index([channel_id])
|
||||
@@index([recorded_at])
|
||||
@@map("channel_utilization_stats")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue