🎨 Add Relation column to database table view https://github.com/siyuan-note/siyuan/issues/9888

This commit is contained in:
Daniel 2023-12-24 12:55:31 +08:00
parent 1b20863f9c
commit 29948ad10f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -186,6 +186,7 @@ func NewAttributeView(id string) (ret *AttributeView) {
ret = &AttributeView{
Spec: 0,
ID: id,
Name: "Untitled",
KeyValues: []*KeyValues{{Key: blockKey}},
ViewID: view.ID,
Views: []*View{view},