Daniel 2025-06-29 11:12:10 +08:00
parent 00df78768b
commit de2dd766a8
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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)
}