fix: remove legacy knowledge card tables and compatibility code
This commit is contained in:
4
migrations/20260820_drop_legacy_knowledge_cards.sql
Normal file
4
migrations/20260820_drop_legacy_knowledge_cards.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- The scenario knowledge graph uses knowledge_items and knowledge_relations.
|
||||
-- These legacy knowledge-card tables are no longer used by the application.
|
||||
DROP TABLE IF EXISTS knowledge_card_versions;
|
||||
DROP TABLE IF EXISTS knowledge_cards;
|
||||
Reference in New Issue
Block a user