🎨 Add created and updated type column to database https://github.com/siyuan-note/siyuan/issues/9371
This commit is contained in:
parent
9ca11625bd
commit
faadbf5960
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ func (value *Value) String() string {
|
|||
case KeyTypeCreated:
|
||||
return value.Created.FormattedContent
|
||||
case KeyTypeUpdated:
|
||||
return value.Created.FormattedContent
|
||||
return value.Updated.FormattedContent
|
||||
default:
|
||||
return ""
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue