mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
updated trendprofile model structure
This commit is contained in:
committed by
Dan Christian Bogos
parent
fb9e69e812
commit
bfba6c6f74
@@ -323,8 +323,8 @@ CREATE TABLE tp_trends(
|
||||
"schedule" varchar(64) NOT NULL,
|
||||
"stat_id" varchar(64) NOT NULL,
|
||||
"metrics" varchar(128) NOT NULL,
|
||||
"queue_length" INTEGER NOT NULL,
|
||||
"ttl" varchar(32) NOT NULL,
|
||||
"queue_length" INTEGER NOT NULL,
|
||||
"min_items" INTEGER NOT NULL,
|
||||
"correlation_type" varchar(64) NOT NULL,
|
||||
"tolerance" decimal(8,2) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user