summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcreate/schema/gen.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/schema/gen.pl b/create/schema/gen.pl
index cc8733d8..3ce190c5 100755
--- a/create/schema/gen.pl
+++ b/create/schema/gen.pl
@@ -133,7 +133,7 @@ ZBX_TABLE tables[]={
"t_varchar" => "varchar",
"t_char" => "char",
"t_image" => "bytea",
- "t_history_log" => "varchar(255)",
+ "t_history_log" => "text",
"t_history_text"=> "text",
"t_time" => "integer",
"t_blob" => "text",