mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Add Include time switch to database creation time field and update time field https://github.com/siyuan-note/siyuan/issues/12091
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
75da247b23
commit
0bea01ad3b
8 changed files with 262 additions and 37 deletions
|
|
@ -281,6 +281,10 @@ func performTx(tx *Transaction) (ret *TxErr) {
|
|||
ret = tx.doSetAttrViewColDateFillCreated(op)
|
||||
case "setAttrViewColDateFillSpecificTime":
|
||||
ret = tx.doSetAttrViewColDateFillSpecificTime(op)
|
||||
case "setAttrViewCreatedIncludeTime":
|
||||
ret = tx.doSetAttrViewCreatedIncludeTime(op)
|
||||
case "setAttrViewUpdatedIncludeTime":
|
||||
ret = tx.doSetAttrViewUpdatedIncludeTime(op)
|
||||
case "duplicateAttrViewKey":
|
||||
ret = tx.doDuplicateAttrViewKey(op)
|
||||
case "setAttrViewCoverFrom":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue