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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2020-07-01 16:02:52 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2020-07-01 16:02:52 +0300
commit3789cea2e535e385d9c58036f27c9a653a068459 (patch)
treeed8ed009f7c200f5177ae74505d1fd1b868ae576 /include/dbschema.h
parent063ee6ebb09103a597ae946d9ec7c3ea41896d1c (diff)
....I..... [ZBXNEXT-250] added database changes and upgrade patch for time zones support
Diffstat (limited to 'include/dbschema.h')
-rw-r--r--include/dbschema.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dbschema.h b/include/dbschema.h
index dcdfb77b54f..ebd93686deb 100644
--- a/include/dbschema.h
+++ b/include/dbschema.h
@@ -38,7 +38,7 @@
#define ZBX_TYPE_SHORTTEXT 7
#define ZBX_TYPE_LONGTEXT 8
-#define ZBX_MAX_FIELDS 86 /* maximum number of fields in a table plus one for null terminator in dbschema.c */
+#define ZBX_MAX_FIELDS 87 /* maximum number of fields in a table plus one for null terminator in dbschema.c */
#define ZBX_TABLENAME_LEN 26
#define ZBX_TABLENAME_LEN_MAX (ZBX_TABLENAME_LEN + 1)
#define ZBX_FIELDNAME_LEN 28