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:
authorAndris Zeila <andris.zeila@zabbix.com>2021-10-06 12:41:12 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-10-06 12:41:41 +0300
commitc70cf0053ef0cd9f4c298dd8ce0e77a717c0ee74 (patch)
treec5ab1ded37534dbaa2d0463bffb4e1e0ce00fa8c /create
parentb8626874f452f8ef271f29bb525a2f4d0d5848f3 (diff)
........S. [ZBXNEXT-6923] changed nodeid type to t_cuid, fixed database connection problem handling
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 4eb6707bdc5..e038b689768 100644
--- a/create/src/schema.tmpl
+++ b/create/src/schema.tmpl
@@ -1890,7 +1890,7 @@ FIELD |new_status |t_integer |'0' |NOT NULL |0
INDEX |1 |serviceid
TABLE|ha_node|ha_nodeid|ZBX_DATA
-FIELD |ha_nodeid |t_id | |NOT NULL |0
+FIELD |ha_nodeid |t_cuid | |NOT NULL |0
FIELD |name |t_varchar(255) |'' |NOT NULL |0
FIELD |address |t_varchar(255) |'' |NOT NULL |0
FIELD |port |t_integer |'10051'|NOT NULL |0