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 <git@herrmehren.de>
This commit is contained in:
David Mehren 2020-08-12 20:32:39 +02:00
parent 36a2b3c03d
commit a38622ea19
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB

View file

@ -65,8 +65,6 @@ entity "Revision" {
*patch : text *patch : text
*createdAt : date *createdAt : date
*length : number *length : number
*authorship : text
} }
entity "Authorship" { entity "Authorship" {