From 941aca9fb9fccf652c0789c09631df6043d91a1c Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Mon, 10 May 2021 09:47:39 +0200 Subject: [PATCH] working on: 0.0.34 Release --- docs/blueprints/all/uml_requirements/all_domain_model.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/blueprints/all/uml_requirements/all_domain_model.txt b/docs/blueprints/all/uml_requirements/all_domain_model.txt index 208367af..de1850b1 100644 --- a/docs/blueprints/all/uml_requirements/all_domain_model.txt +++ b/docs/blueprints/all/uml_requirements/all_domain_model.txt @@ -16,7 +16,7 @@ interface AllImportIncrement { {classifier} update_star_schema() } -entity DataImport { +interface DataImport { datum_reported: Date location: String location_group: String @@ -210,7 +210,7 @@ entity OwidImport { {classifier} update_star_schema() } -entity AllFlat { +interface AllFlat { id: Integer datum_reported: Date year: Integer -- GitLab