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/ui
diff options
context:
space:
mode:
authorDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2021-05-08 14:05:40 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2021-05-08 15:38:22 +0300
commit83845d405f0e8dc9fc1eddfdade4f095d1808f19 (patch)
tree507fcdc5984fb0ada0ba4a13094c0df92725c959 /ui
parent8d6efed708192f06f9305b039dfbc05ff896d6e3 (diff)
....I...S. [DEV-1892] added primary key for trigger_queue table
Diffstat (limited to 'ui')
-rw-r--r--ui/include/defines.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/include/defines.inc.php b/ui/include/defines.inc.php
index 4d50a80d5e5..2dd48917470 100644
--- a/ui/include/defines.inc.php
+++ b/ui/include/defines.inc.php
@@ -21,7 +21,7 @@
define('ZABBIX_VERSION', '5.4.0rc1');
define('ZABBIX_API_VERSION', '5.4.0');
define('ZABBIX_EXPORT_VERSION', '5.4');
-define('ZABBIX_DB_VERSION', 5030167);
+define('ZABBIX_DB_VERSION', 5030171);
define('ZABBIX_COPYRIGHT_FROM', '2001');
define('ZABBIX_COPYRIGHT_TO', '2021');