Remove AccountIDs from ActionProfile and add Targets ( TargetType and TargetIDs )

This commit is contained in:
TeoV
2020-12-15 15:23:56 +02:00
committed by Dan Christian Bogos
parent 992d9e03ce
commit dcab9bb180
21 changed files with 227 additions and 173 deletions

View File

@@ -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,