From ea238251112f7a3db5b64aa65be8e0f506b87455 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Sat, 3 Apr 2021 19:17:37 +0200 Subject: [PATCH] update data --- src/covid19/blueprints/who/who_model_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/covid19/blueprints/who/who_model_import.py b/src/covid19/blueprints/who/who_model_import.py index 91003a63..3c6e5e49 100644 --- a/src/covid19/blueprints/who/who_model_import.py +++ b/src/covid19/blueprints/who/who_model_import.py @@ -2,7 +2,7 @@ from database import db, ITEMS_PER_PAGE class WhoImport(db.Model): - __tablename__ = 'who_import' + __tablename__ = 'import_who' id = db.Column(db.Integer, primary_key=True) date_reported = db.Column(db.String(255), nullable=False) -- GitLab