mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Add created and updated type column to database https://github.com/siyuan-note/siyuan/issues/9371
This commit is contained in:
@@ -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 ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user