From 6317ff1312bd0cd1521028f590b61cd7369e3f2f Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Tue, 19 Jan 2016 10:58:45 +0100 Subject: [PATCH] Fixed error in sql charge data in instalation. Tiquet: #2899 --- pandora_console/pandoradb.data.oracle.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/pandoradb.data.oracle.sql b/pandora_console/pandoradb.data.oracle.sql index 74202a9d23..5701fd692f 100644 --- a/pandora_console/pandoradb.data.oracle.sql +++ b/pandora_console/pandoradb.data.oracle.sql @@ -382,7 +382,7 @@ LOCK TABLE tnews IN EXCLUSIVE MODE; EXECUTE IMMEDIATE 'ALTER TRIGGER tnews_inc DISABLE'; -INSERT INTO tnews (id_news, author, subject, text, timestamp) VALUES (1,'admin','Welcome to Pandora FMS 4.0','This is the new Pandora FMS Console. A lot of new features have been added since last version. Please read the documentation about it, and feel free to test any option.

The Pandora FMS Team.',current_timestamp); +INSERT INTO tnews (id_news, author, subject, text, timestamp) VALUES (1,'admin','Welcome to Pandora FMS!','This is the Pandora FMS Console. A lot of new features have been added since last version. Please read the documentation about it, and feel free to test any option.\r\n\r\nThe Pandora FMS Team.',current_timestamp); INSERT INTO tnews (id_news, author, subject, text, timestamp) VALUES (2,'admin','New Pandora FMS Agent Features','Feel free to test our new features for both Windows and Linux agents: Proxy and Broker modes.',current_timestamp); -- Update curr val of sequence