From 12f5b1d4f4b4df72ae9db421d31023ed826ca1da Mon Sep 17 00:00:00 2001 From: sasha Date: Tue, 19 Aug 2008 09:08:19 +0000 Subject: - [DEV-137] Misc and bugs [history_log.value varchar(255) => text] git-svn-id: svn://svn.zabbix.com/trunk@5921 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- create/schema/gen.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit