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:
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 /create
parent063ee6ebb09103a597ae946d9ec7c3ea41896d1c (diff)
....I..... [ZBXNEXT-250] added database changes and upgrade patch for time zones support
Diffstat (limited to 'create')
-rw-r--r--create/src/schema.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/create/src/schema.tmpl b/create/src/schema.tmpl
index 391a80d2cd3..b7ef266a586 100644
--- a/create/src/schema.tmpl
+++ b/create/src/schema.tmpl
@@ -39,6 +39,7 @@ FIELD |attempt_failed |t_integer |0 |NOT NULL |ZBX_NODATA
FIELD |attempt_ip |t_varchar(39) |'' |NOT NULL |ZBX_NODATA
FIELD |attempt_clock |t_integer |0 |NOT NULL |ZBX_NODATA
FIELD |rows_per_page |t_integer |50 |NOT NULL |0
+FIELD |timezone |t_varchar(30) |'default'|NOT NULL |ZBX_NODATA
UNIQUE |1 |alias
TABLE|maintenances|maintenanceid|ZBX_DATA
@@ -636,6 +637,7 @@ FIELD |saml_sign_logout_responses |t_integer |'0' |NOT NULL |ZBX_NODATA
FIELD |saml_encrypt_nameid |t_integer |'0' |NOT NULL |ZBX_NODATA
FIELD |saml_encrypt_assertions|t_integer |'0' |NOT NULL |ZBX_NODATA
FIELD |saml_case_sensitive |t_integer |'0' |NOT NULL |ZBX_NODATA
+FIELD |default_timezone |t_varchar(30) |'' |NOT NULL |ZBX_NODATA
INDEX |1 |alert_usrgrpid
INDEX |2 |discovery_groupid
@@ -1828,4 +1830,4 @@ FIELD |inventory_mode |t_integer |'0' |NOT NULL |0
TABLE|dbversion||
FIELD |mandatory |t_integer |'0' |NOT NULL |
FIELD |optional |t_integer |'0' |NOT NULL |
-ROW |5000000 |5000000
+ROW |5010001 |5010001