Skip to content
Snippets Groups Projects
Commit 5e3d4cb9 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

update data

parent 5b85de5e
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ class OwidCountry(db.Model): ...@@ -84,7 +84,7 @@ class OwidCountry(db.Model):
'OwidContinent', 'OwidContinent',
lazy='joined', lazy='joined',
cascade='all, delete', cascade='all, delete',
order_by='desc(OwidContinent.continent)') order_by='desc(OwidContinent.region)')
iso_code = db.Column(db.String(255), nullable=False) iso_code = db.Column(db.String(255), nullable=False)
location = db.Column(db.String(255), nullable=False) location = db.Column(db.String(255), nullable=False)
stringency_index = db.Column(db.String(255), nullable=False) stringency_index = db.Column(db.String(255), nullable=False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment