mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 16:18:44 +05:00
update integration test in apier/v1
This commit is contained in:
committed by
Dan Christian Bogos
parent
b8f75a831c
commit
05d4acab5a
@@ -426,8 +426,8 @@ CREATE TABLE tp_stats (
|
||||
"activation_interval" varchar(64) NOT NULL,
|
||||
"queue_length" INTEGER NOT NULL,
|
||||
"ttl" varchar(32) NOT NULL,
|
||||
"metrics" varchar(64) NOT NULL,
|
||||
"parameters" varchar(64) NOT NULL,
|
||||
"metrics" VARCHAR(128) NOT NULL,
|
||||
"parameters" VARCHAR(128) NOT NULL,
|
||||
"blocker" BOOLEAN NOT NULL,
|
||||
"stored" BOOLEAN NOT NULL,
|
||||
"weight" decimal(8,2) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user