fix: remove legacy knowledge card tables and compatibility code

This commit is contained in:
Eric 1549169735@qq.com
2026-08-20 21:58:04 +08:00
parent ebaf9b0b05
commit 6185e6cd49
36 changed files with 545 additions and 546 deletions

View File

@@ -2,8 +2,7 @@ package knowledge
import "gorm.io/gorm"
// Handler exposes only the scenario knowledge-graph API. Legacy knowledge-card
// tables are retained as read-only storage for historical run rendering.
// Handler exposes the scenario knowledge-graph API.
type Handler struct {
db *gorm.DB
}