From a38622ea1953c496a40388da407b8f15e01c385a Mon Sep 17 00:00:00 2001 From: David Mehren Date: Wed, 12 Aug 2020 20:32:39 +0200 Subject: [PATCH] Delete superfluous authorship attribute from Revision in the database schema. Authorships are saved in a separate table, this attribute was probably left over from the old schema. Signed-off-by: David Mehren --- docs/dev/db-schema.plantuml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/dev/db-schema.plantuml b/docs/dev/db-schema.plantuml index b9c90693e..622f74c83 100644 --- a/docs/dev/db-schema.plantuml +++ b/docs/dev/db-schema.plantuml @@ -65,8 +65,6 @@ entity "Revision" { *patch : text *createdAt : date *length : number - *authorship : text - } entity "Authorship" {