mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
This commit is contained in:
parent
00df78768b
commit
de2dd766a8
1 changed files with 2 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ func upgradeSpec2(av *AttributeView) {
|
|||
}
|
||||
|
||||
av.Spec = 2
|
||||
logging.LogInfof("av [%s] upgraded to spec 2", av.ID)
|
||||
}
|
||||
|
||||
func upgradeSpec1(av *AttributeView) {
|
||||
|
|
@ -212,4 +213,5 @@ func upgradeSpec1(av *AttributeView) {
|
|||
}
|
||||
|
||||
av.Spec = 1
|
||||
logging.LogInfof("av [%s] upgraded to spec 1", av.ID)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue