Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/create
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-05-27 15:06:33 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-05-27 15:06:33 +0300
commit1f780d866da5d777e6c03a9a3aba165a023031e0 (patch)
treea1e75a03af3284cf8152c687bf11f636051c1df3 /create
parent3e2a11d1ed2503ec5a67b8c065999a6051e71d6c (diff)
.......... [DEV-2193] removed incorrect ZBX_NODATA flag for scripts.timeout field
Diffstat (limited to 'create')
-rw-r--r--create/src/schema.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/src/schema.tmpl b/create/src/schema.tmpl
index 10a8c803447..3877a92200f 100644
--- a/create/src/schema.tmpl
+++ b/create/src/schema.tmpl
@@ -361,7 +361,7 @@ FIELD |description |t_shorttext |'' |NOT NULL |0
FIELD |confirmation |t_varchar(255) |'' |NOT NULL |0
FIELD |type |t_integer |'5' |NOT NULL |0
FIELD |execute_on |t_integer |'2' |NOT NULL |0
-FIELD |timeout |t_varchar(32) |'30s' |NOT NULL |ZBX_NODATA
+FIELD |timeout |t_varchar(32) |'30s' |NOT NULL |0
FIELD |scope |t_integer |'1' |NOT NULL |0
FIELD |port |t_varchar(64) |'' |NOT NULL |0
FIELD |authtype |t_integer |'0' |NOT NULL |0