mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
Modified blocker into Blockers for attributes
This commit is contained in:
committed by
Dan Christian Bogos
parent
5662444a10
commit
b16b44732e
@@ -140,7 +140,7 @@ CREATE INDEX tp_routes_unique ON tp_routes ("tpid", "tenant", "id",
|
||||
"path" varchar(64) NOT NULL,
|
||||
"type" varchar(64) NOT NULL,
|
||||
"value" varchar(64) NOT NULL,
|
||||
"blocker" BOOLEAN NOT NULL,
|
||||
"blockers" varchar(64) NOT NULL,
|
||||
"weights" varchar(64) NOT NULL,
|
||||
"created_at" TIMESTAMP WITH TIME ZONE
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user