mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 00:08:49 +01:00
♻️ Refactor av data structure
This commit is contained in:
parent
ba396a5573
commit
a55c109623
1 changed files with 0 additions and 1 deletions
|
|
@ -1056,7 +1056,6 @@ type Operation struct {
|
|||
Name string `json:"name"` // 属性视图列名
|
||||
Typ string `json:"type"` // 属性视图列类型
|
||||
KeyID string `json:"keyID"` // 属性视列 ID
|
||||
RowID string `json:"rowID"` // 属性视图行 ID(块 ID)
|
||||
|
||||
discard bool // 用于标识是否在事务合并中丢弃
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue