From f7cd0be8cdcedcc34656ced6982dd7abadca01fc Mon Sep 17 00:00:00 2001 From: sasha Date: Tue, 29 Jul 2008 09:43:53 +0000 Subject: - [DEV-196] improved performance of server module git-svn-id: svn://svn.zabbix.com/trunk@5848 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- create/schema/schema.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'create/schema/schema.sql') diff --git a/create/schema/schema.sql b/create/schema/schema.sql index dcd4c434..ef481942 100644 --- a/create/schema/schema.sql +++ b/create/schema/schema.sql @@ -235,8 +235,7 @@ INDEX |1 |itemid,clock TABLE|proxy_history|id|0 FIELD |id |t_serial | |NOT NULL |0 -FIELD |host |t_varchar(64) |'' |NOT NULL |0 -FIELD |key_ |t_varchar(255) |'' |NOT NULL |0 +FIELD |itemid |t_id |'0' |NOT NULL |0 FIELD |clock |t_time |'0' |NOT NULL |0 FIELD |timestamp |t_time |'0' |NOT NULL |0 FIELD |source |t_varchar(64) |'' |NOT NULL |0 -- cgit