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:
authorReinis Detlavs <reinis.detlavs@zabbix.com>2022-09-26 13:08:14 +0300
committerReinis Detlavs <reinis.detlavs@zabbix.com>2022-09-26 13:08:14 +0300
commit4e93f173b3507a0910c1a56aec2b97ccad02fc5d (patch)
tree54971e5e854fd1c8eb5af255cbdebb844ffa58b8 /create
parenta64cb6b1d2840779dffbab6e88d8ff09cbd4d143 (diff)
..F....... [ZBXNEXT-7912] fixed media type export to include provider field for email media types
Diffstat (limited to 'create')
-rw-r--r--create/src/schema.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/src/schema.inc.php b/create/src/schema.inc.php
index 5816c10d647..aa63883e4de 100644
--- a/create/src/schema.inc.php
+++ b/create/src/schema.inc.php
@@ -1449,7 +1449,7 @@ return [
'type' => DB::FIELD_TYPE_TEXT,
'default' => ''
],
- 'subtype' => [
+ 'provider' => [
'null' => false,
'type' => DB::FIELD_TYPE_INT,
'length' => 10,