From 7a2faae2370c2faecab941d171bd07404ac18e6a Mon Sep 17 00:00:00 2001 From: Guillaume Coeugnet Date: Fri, 1 Apr 2016 14:20:17 +0200 Subject: [PATCH] Update 110.sql Remove port parameter to put it a new file --- sql-schema/110.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/sql-schema/110.sql b/sql-schema/110.sql index 17c86f63e5..e72bcb1cf0 100644 --- a/sql-schema/110.sql +++ b/sql-schema/110.sql @@ -1,5 +1,4 @@ INSERT INTO config VALUES ('','alert.transports.canopsis.user','','','Canopsis User','alerting',0, 'transports', 0, 0, 0); INSERT INTO config VALUES ('','alert.transports.canopsis.passwd','','','Canopsis Password','alerting',0, 'transports', 0, 0, 0); INSERT INTO config VALUES ('','alert.transports.canopsis.host','','','Canopsis Hostname','alerting',0, 'transports', 0, 0, 0); -INSERT INTO config VALUES ('','alert.transports.canopsis.port','','','Canopsis Port number','alerting',0, 'transports', 0, 0, 0); INSERT INTO config VALUES ('','alert.transports.canopsis.vhost','','','Canopsis vHost','alerting',0, 'transports', 0, 0, 0);