🎨 Add Relation column to database table view https://github.com/siyuan-note/siyuan/issues/9888
This commit is contained in:
parent
1b20863f9c
commit
29948ad10f
1 changed files with 1 additions and 0 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Reference in a new issue