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.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql
index a07d931b..de224e93 100644
--- a/create/postgresql/schema.sql
+++ b/create/postgresql/schema.sql
@@ -331,8 +331,6 @@ CREATE TABLE services (
PRIMARY KEY (serviceid)
);
-CREATE INDEX services_triggerid on services (triggerid);
-
--
-- Table structure for table 'services_links'
--