Skip to content
Snippets Groups Projects
Commit 941aca9f authored by thomaswoehlke's avatar thomaswoehlke
Browse files

working on: 0.0.34 Release

parent 2e3346e3
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ interface AllImportIncrement { ...@@ -16,7 +16,7 @@ interface AllImportIncrement {
{classifier} update_star_schema() {classifier} update_star_schema()
} }
entity DataImport { interface DataImport {
datum_reported: Date datum_reported: Date
location: String location: String
location_group: String location_group: String
...@@ -210,7 +210,7 @@ entity OwidImport { ...@@ -210,7 +210,7 @@ entity OwidImport {
{classifier} update_star_schema() {classifier} update_star_schema()
} }
entity AllFlat { interface AllFlat {
id: Integer id: Integer
datum_reported: Date datum_reported: Date
year: Integer year: Integer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment