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
diff options
context:
space:
mode:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-07-05 17:47:21 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-07-05 17:47:21 +0300
commit82bc71820d0052f7b3f830102fd942ff7c7e3ef3 (patch)
tree4c6c284f5a3070aff269dcfc43357ade808006e6 /include/dbschema.h
parent0e24fc6d25f471200d48700d0b5a2972056fe8fb (diff)
........S. [ZBXNEXT-6470,ZBXNEXT-6715] added ZBX_TYPE_CUID
Diffstat (limited to 'include/dbschema.h')
-rw-r--r--include/dbschema.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dbschema.h b/include/dbschema.h
index cd9357829e0..2e8d3dbf32f 100644
--- a/include/dbschema.h
+++ b/include/dbschema.h
@@ -37,6 +37,7 @@
#define ZBX_TYPE_ID 6
#define ZBX_TYPE_SHORTTEXT 7
#define ZBX_TYPE_LONGTEXT 8
+#define ZBX_TYPE_CUID 9
#define ZBX_MAX_FIELDS 107 /* maximum number of fields in a table plus one for null terminator in dbschema.c */
#define ZBX_TABLENAME_LEN 26