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:
authorMartins Krisjanis <martins.krisjanis@zabbix.com>2022-02-25 12:11:21 +0300
committerMartins Krisjanis <martins.krisjanis@zabbix.com>2022-02-25 12:11:21 +0300
commit128565f28f16efa7ea48b639060bdeb753132d78 (patch)
treef92134f3483ae744ad4b484a08c862355a0c51d9 /create
parent81524b8a4ae13e6fee7fa2770759f6a2f95f9b57 (diff)
parent68f45efae725771a1935d2b6d4ec2e9289614782 (diff)
..F.I..... [ZBXNEXT-7397] removed support for md5 user passwords
* commit '68f45efae725771a1935d2b6d4ec2e9289614782': .D........ [ZBXNEXT-7397] updated changelog .......... [ZBXNEXT-7397] converted test data user passwords to bcrypt hashes ........S. [ZBXNEXT-7397] added db patch to delete md5 user passwords from database ..F....... [ZBXNEXT-7397] removed support for md5 user passwords
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 ef300d065fa..cef0f31b4ce 100644
--- a/create/src/schema.tmpl
+++ b/create/src/schema.tmpl
@@ -1936,4 +1936,4 @@ TABLE|dbversion|dbversionid|
FIELD |dbversionid |t_id | |NOT NULL |0
FIELD |mandatory |t_integer |'0' |NOT NULL |
FIELD |optional |t_integer |'0' |NOT NULL |
-ROW |1 |6000000 |6000000
+ROW |1 |6010001 |6010001