fix: remove legacy knowledge card tables and compatibility code
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user