mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Attribute View number column format https://github.com/siyuan-note/siyuan/issues/8764
This commit is contained in:
parent
7d992ce175
commit
afb698d1fe
4 changed files with 61 additions and 11 deletions
|
|
@ -111,7 +111,7 @@ func execAssetContentOp(op *assetContentDBQueueOperation, tx *sql.Tx, context ma
|
|||
switch op.action {
|
||||
case "index":
|
||||
err = insertAssetContents(tx, op.assetContents, context)
|
||||
case "delete":
|
||||
case "deletePath":
|
||||
err = deleteAssetContentsByPath(tx, op.path, context)
|
||||
default:
|
||||
msg := fmt.Sprintf("unknown asset content operation [%s]", op.action)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue