mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Database values no longer correspond to block attributes Fix https://github.com/siyuan-note/siyuan/issues/9293
This commit is contained in:
@@ -174,6 +174,7 @@ func fixLegacyData(tip, node *ast.Node, idMap *map[string]bool, needFix, needMig
|
||||
|
||||
for _, kv := range node.KramdownIAL {
|
||||
if strings.Contains(kv[0], "custom-av-key-") {
|
||||
// TODO: 数据库正式上线以后移除这里的修复
|
||||
// 删除数据库属性键值对 https://github.com/siyuan-note/siyuan/issues/9293
|
||||
node.RemoveIALAttr(kv[0])
|
||||
*needFix = true
|
||||
|
||||
Reference in New Issue
Block a user