mirror of https://gitee.com/answerdev/answer.git
Merge branch 'hot-fix/1.1.0' into github-main
This commit is contained in:
commit
d4b6130dfc
|
@ -15,13 +15,13 @@ import (
|
|||
|
||||
func updateCount(x *xorm.Engine) error {
|
||||
fns := []func(*xorm.Engine) error{
|
||||
inviteAnswer,
|
||||
addPrivilegeForInviteSomeoneToAnswer,
|
||||
addGravatarBaseURL,
|
||||
updateQuestionCount,
|
||||
updateTagCount,
|
||||
updateUserQuestionCount,
|
||||
updateUserAnswerCount,
|
||||
inviteAnswer,
|
||||
inBoxData,
|
||||
}
|
||||
for _, fn := range fns {
|
||||
|
|
Loading…
Reference in New Issue