Fixed error in sql charge data in instalation. Tiquet: #2899

(cherry picked from commit 6317ff1312)
This commit is contained in:
m-lopez-f 2016-01-19 10:58:45 +01:00
parent 5e4b9c4b45
commit cfe42ab9d3
1 changed files with 1 additions and 1 deletions

View File

@ -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.<br><br>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