-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added small SQL script to insert current news into dashboard
- Loading branch information
1 parent
eae5b9d
commit f4808c1
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
INSERT INTO news_section_on(published_date, message_text, message_type) VALUES('2023-09-14','New Covigator package release [Release 2.2.2](https://github.com/TRON-Bioinformatics/covigator/releases/tag/v2.2.2)', 'RELEASE'); | ||
Check failure on line 1 in scripts/sql/20231026_add_initial_news.sql Codacy Production / Codacy Static Code Analysisscripts/sql/20231026_add_initial_news.sql#L1
Check failure on line 1 in scripts/sql/20231026_add_initial_news.sql Codacy Production / Codacy Static Code Analysisscripts/sql/20231026_add_initial_news.sql#L1
Check failure on line 1 in scripts/sql/20231026_add_initial_news.sql Codacy Production / Codacy Static Code Analysisscripts/sql/20231026_add_initial_news.sql#L1
Check failure on line 1 in scripts/sql/20231026_add_initial_news.sql Codacy Production / Codacy Static Code Analysisscripts/sql/20231026_add_initial_news.sql#L1
|
||
INSERT INTO news_section_on(published_date, message_text, message_type) VALUES('2023-10-26','The Covid19Data Portal data update is currently missing lineage calls. We are running the lineage determination separately and will publish a new update soon', 'BUGS'); | ||
INSERT INTO news_section_on(published_date, message_text, message_type) VALUES('2024-01-04','New Covigator package release [Release 2.2.3](https://github.com/TRON-Bioinformatics/covigator/releases/tag/v2.2.3)', 'RELEASE'); | ||
INSERT INTO news_section_on(published_date, message_text, message_type) VALUES('2023-11-18','New Covigator NGS pipeline release [Release 0.18.1](https://github.com/TRON-Bioinformatics/covigator-ngs-pipeline/releases/tag/v0.18.1). In this version, minor bugs have been fixed and new pipeline modes have been added.', 'RELEASE'); | ||