DynamicWeights in ActionProfile

This commit is contained in:
andronache98
2022-02-09 15:14:51 +02:00
committed by Dan Christian Bogos
parent ff5f69cd15
commit b6ff4ba8d8
22 changed files with 217 additions and 102 deletions

View File

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