From ff5a0d5121a4087c352988f2fac0ee34c2cda128 Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Sun, 25 Apr 2021 20:57:35 +0200
Subject: [PATCH] working on 0.0.31 Release *
 ------------------------------------- * Fixed #211 ECDC-templates: change URL
 to for_url() * Fixed #213 WHO-template: change URL to for_url() *
 ------------------------------------- * Issue #195
 RkiVaccinationImport.get_daterep_missing_in_vaccination_data(): native SQL to
 SQLalechemy Query * Fixed #83  WhoImport.get_new_dates_as_array() SQLalchemy
 instead of SQL * Fixed #219 WhoImport.countries() SQLalchemy instead of SQL *
 ------------------------------------- * Issue #207 remove deprecated:
 database.port * Issue #208 remove deprecated: database.run_run_with_debug *
 Issue #209 remove deprecated: database.ITEMS_PER_PAGE *
 ------------------------------------- * Issue #210 database.py: logging for
 Celery on Windows * ------------------------------------- * Fixed #196
 OwidImport.get_new_dates_reported_as_array() needs implementation *
 ------------------------------------- * Issue #212 implement
 OwidService.task_database_drop_create() *
 ------------------------------------- * Issue #214 implement
 OwidServiceUpdate.update_dimension_tables_only() * Issue #215 implement
 OwidServiceUpdate.update_fact_table_incremental_only() * Issue #216 implement
 OwidServiceUpdate.update_fact_table_initial_only() * Issue #217 implement
 OwidServiceUpdate.update_star_schema_incremental() * Issue #218 implement
 OwidServiceUpdate.update_star_schema_initial() *
 -------------------------------------

---
 docs/BACKLOG.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/BACKLOG.md b/docs/BACKLOG.md
index e84d6d74..ba48f3ee 100644
--- a/docs/BACKLOG.md
+++ b/docs/BACKLOG.md
@@ -289,7 +289,7 @@
 * Fixed #213 WHO-template: change URL to for_url() 
 * -------------------------------------    
 * Issue #195 RkiVaccinationImport.get_daterep_missing_in_vaccination_data(): native SQL to SQLalechemy Query
-* Issue #83  WhoImport.get_new_dates_as_array() SQLalchemy instead of SQL
+* Fixed #83  WhoImport.get_new_dates_as_array() SQLalchemy instead of SQL
 * Fixed #219 WhoImport.countries() SQLalchemy instead of SQL
 * -------------------------------------
 * Issue #207 remove deprecated: database.port
@@ -298,7 +298,7 @@
 * -------------------------------------  
 * Issue #210 database.py: logging for Celery on Windows
 * -------------------------------------
-* Issue #196 OwidImport.get_new_dates_reported_as_array() needs implementation
+* Fixed #196 OwidImport.get_new_dates_reported_as_array() needs implementation
 * -------------------------------------
 * Issue #212 implement OwidService.task_database_drop_create()
 * -------------------------------------
-- 
GitLab