mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 07:08:45 +05:00
DynamicWeights in ActionProfile
This commit is contained in:
committed by
Dan Christian Bogos
parent
ff5f69cd15
commit
b6ff4ba8d8
@@ -266,7 +266,7 @@ CREATE TABLE tp_action_profiles (
|
||||
"id" varchar(64) NOT NULL,
|
||||
"filter_ids" varchar(64) NOT NULL,
|
||||
"activation_interval" varchar(64) NOT NULL,
|
||||
"weight" decimal(8,2) NOT NULL,
|
||||
"weights" varchar(64) NOT NULL,
|
||||
"schedule" varchar(64) NOT NULL,
|
||||
"target_type" varchar(64) NOT NULL,
|
||||
"target_ids" varchar(64) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user