From b01bcb49f9b0d80308cb7724bfe3b4aecbb1c114 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Mon, 13 Aug 2001 05:53:05 +0000 Subject: Added status line to PHP froms. git-svn-id: svn://svn.zabbix.com/trunk@166 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- create/postgresql/schema.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'create/postgresql/schema.sql') diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql index 651d734b..5193453d 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -169,9 +169,8 @@ CREATE TABLE functions ( FOREIGN KEY (triggerid) REFERENCES triggers ); -CREATE INDEX functions_itemid on functions (itemid); CREATE INDEX funtions_triggerid on functions (triggerid); -CREATE UNIQUE INDEX functions_i_f_p on functions (itemid,function,parameter); +CREATE INDEX functions_i_f_p on functions (itemid,function,parameter); -- -- Table structure for table 'history' -- cgit