fix(smoke): 修复首页 AI 建议降级与节点索引

This commit is contained in:
root
2026-03-14 00:22:28 +08:00
parent 4b52b6eefe
commit 6b5ce40140
5 changed files with 147 additions and 3 deletions
+4
View File
@@ -98,6 +98,10 @@ func AutoMigrate(models ...interface{}) error {
}
}
}
if err := repairSmokeAINextSmokeIndexes(DB); err != nil {
return err
}
return nil
}