mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
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:
parent
637b16abda
commit
aefd0e4619
1 changed files with 0 additions and 2 deletions
|
@ -65,8 +65,6 @@ entity "Revision" {
|
||||||
*patch : text
|
*patch : text
|
||||||
*createdAt : date
|
*createdAt : date
|
||||||
*length : number
|
*length : number
|
||||||
*authorship : text
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
entity "Authorship" {
|
entity "Authorship" {
|
||||||
|
|
Loading…
Reference in a new issue