summaryrefslogtreecommitdiffstats
path: root/create/postgresql/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'create/postgresql/schema.sql')
-rw-r--r--create/postgresql/schema.sql3
1 files changed, 1 insertions, 2 deletions
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'