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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2021-05-09 09:57:21 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2021-05-09 09:57:21 +0300
commit61e9ce8af81ad7e144beda6681a8e36fd16aeb80 (patch)
treeb0e0feef990e838e767f1f31d4fbed26fffdcd42 /ui
parent2e3e5ead00d55905d3fe6f01689858333e69681e (diff)
A.F....... [DEV-1892] fixed schema.inc.php
Diffstat (limited to 'ui')
-rw-r--r--ui/include/schema.inc.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/ui/include/schema.inc.php b/ui/include/schema.inc.php
index 6fe82c550c7..9d7af571a5a 100644
--- a/ui/include/schema.inc.php
+++ b/ui/include/schema.inc.php
@@ -8020,8 +8020,13 @@ return [
]
],
'trigger_queue' => [
- 'key' => '',
+ 'key' => 'trigger_queueid',
'fields' => [
+ 'trigger_queueid' => [
+ 'null' => false,
+ 'type' => DB::FIELD_TYPE_ID,
+ 'length' => 20
+ ],
'objectid' => [
'null' => false,
'type' => DB::FIELD_TYPE_ID,