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 637b16abda
commit aefd0e4619
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

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