Skip to content

Commit 694dd7f

Browse files
committed
BlogPlugin: update welcome message
1 parent 5d0cead commit 694dd7f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

install/codevtt_tables.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ CREATE TABLE IF NOT EXISTS "codev_blog_table" (
287287
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Message Wall posts' AUTO_INCREMENT=1 ;
288288

289289
INSERT INTO "codev_blog_table" ("id", "date_submitted", "src_user_id", "dest_user_id", "dest_project_id", "dest_team_id", "severity", "category", "summary", "content", "date_expire", "color") VALUES
290-
(1, 1526228606, 0, 0, 0, 0, 2, '3', 'Exchange messages with your team !', 'Hi,\nthis plugins allows to share notifications within the teams.\n\nExemples:\n\"The time spent on the March 3rd meeting must be counted on task 34001\"\n\"The Mantis/CodevTT server will be unavailable for maintenance on May 13th\"\n\nUse the <img src=\"images/b_add.png\"/> button on your right to add messages.\nTo hide this message, click <img src="images/b_markAsRead.png"/> then <img src="images/b_ghost.png"/>\n\nBest regards', 0, '0');
290+
(1, 1526228606, 0, 0, 0, 0, 2, '3', 'Exchange messages with your team !', 'Hi,\nthis plugins allows to share notifications within the teams.\n\nExemple:\n\"The Mantis/CodevTT server will be unavailable for maintenance on May 13th\"\n\nClick <img src=\"images/b_add.png\"/> button on your right to add a message\nClick <img src="images/b_markAsRead.png"/> to inform that you have read the message\nClick <img src="images/b_ghost.png"/> to hide the message', 0, '0');
291291

292292
-- --------------------------------------------------------
293293

install/codevtt_update_v18_v19.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CREATE INDEX key1 ON codev_blog_table ("dest_team_id", "dest_user_id", "date_sub
99
CREATE INDEX key1 ON codev_blog_activity_table ("blog_id", "user_id", "action");
1010

1111
INSERT INTO "codev_blog_table" ("id", "date_submitted", "src_user_id", "dest_user_id", "dest_project_id", "dest_team_id", "severity", "category", "summary", "content", "date_expire", "color") VALUES
12-
(1, 1526228606, 0, 0, 0, 0, 2, '3', 'Exchange messages with your team !', 'Hi,\nthis plugins allows to share notifications within the teams.\n\nExemples:\n\"The time spent on the March 3rd meeting must be counted on task 34001\"\n\"The Mantis/CodevTT server will be unavailable for maintenance on May 13th\"\n\nUse the <img src=\"images/b_add.png\"/> button on your right to add messages.\nTo hide this message, click <img src="images/b_markAsRead.png"/> then <img src="images/b_ghost.png"/>\n\nBest regards', 0, '0');
12+
(1, 1526228606, 0, 0, 0, 0, 2, '3', 'Exchange messages with your team !', 'Hi,\nthis plugins allows to share notifications within the teams.\n\nExemple:\n\"The Mantis/CodevTT server will be unavailable for maintenance on May 13th\"\n\nClick <img src=\"images/b_add.png\"/> button on your right to add a message\nClick <img src="images/b_markAsRead.png"/> to inform that you have read the message\nClick <img src="images/b_ghost.png"/> to hide the message', 0, '0');
1313

1414
-- leader_id is replaced by a list of administrators '123,543,98,43'
1515
ALTER TABLE "codev_team_table" ADD "administrators" varchar(255) DEFAULT NULL AFTER "description";

0 commit comments

Comments
 (0)