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
diff options
context:
space:
mode:
Diffstat (limited to 'ui/include/schema.inc.php')
-rw-r--r--ui/include/schema.inc.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/ui/include/schema.inc.php b/ui/include/schema.inc.php
index 063e75a9db0..e0996ba6938 100644
--- a/ui/include/schema.inc.php
+++ b/ui/include/schema.inc.php
@@ -1519,7 +1519,7 @@ return [
],
'message' => [
'null' => false,
- 'type' => DB::FIELD_TYPE_TEXT,
+ 'type' => DB::FIELD_TYPE_NCLOB,
'default' => ''
]
]
@@ -2797,8 +2797,7 @@ return [
],
'description' => [
'null' => false,
- 'type' => DB::FIELD_TYPE_CHAR,
- 'length' => 255,
+ 'type' => DB::FIELD_TYPE_TEXT,
'default' => ''
],
'url' => [
@@ -6826,7 +6825,7 @@ return [
],
'params' => [
'null' => false,
- 'type' => DB::FIELD_TYPE_TEXT,
+ 'type' => DB::FIELD_TYPE_NCLOB,
'default' => ''
],
'error_handler' => [