Skip to content

Commit

Permalink
Merge pull request #147 from TRON-Bioinformatics/add_sql_news_script
Browse files Browse the repository at this point in the history
Added small SQL script to insert current news into dashboard
  • Loading branch information
Pablo Riesgo-Ferreiro authored Jan 25, 2024
2 parents 588a1c0 + f4808c1 commit 5be8579
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/sql/20231026_add_initial_news.sql
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');
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');

0 comments on commit 5be8579

Please sign in to comment.