mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
Remove AccountIDs from ActionProfile and add Targets ( TargetType and TargetIDs )
This commit is contained in:
committed by
Dan Christian Bogos
parent
992d9e03ce
commit
dcab9bb180
@@ -505,7 +505,8 @@ CREATE TABLE tp_action_profiles (
|
||||
"activation_interval" varchar(64) NOT NULL,
|
||||
"weight" decimal(8,2) NOT NULL,
|
||||
"schedule" varchar(64) NOT NULL,
|
||||
"account_ids" varchar(64) NOT NULL,
|
||||
"target_type" varchar(64) NOT NULL,
|
||||
"target_ids" varchar(64) NOT NULL,
|
||||
"action_id" varchar(64) NOT NULL,
|
||||
"action_filter_ids" varchar(64) NOT NULL,
|
||||
"action_blocker" BOOLEAN NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user