longer threshold type in db

This commit is contained in:
Radu Ioan Fericean
2015-11-06 16:18:56 +02:00
parent 39e34453a2
commit 0c451c8044
2 changed files with 2 additions and 2 deletions

View File

@@ -192,7 +192,7 @@ CREATE TABLE tp_action_triggers (
tpid VARCHAR(64) NOT NULL,
tag VARCHAR(64) NOT NULL,
unique_id VARCHAR(64) NOT NULL,
threshold_type char(12) NOT NULL,
threshold_type char(64) NOT NULL,
threshold_value NUMERIC(20,4) NOT NULL,
recurrent BOOLEAN NOT NULL,
min_sleep VARCHAR(16) NOT NULL,