Files
iqudo-top1/migrations/20260820_drop_legacy_knowledge_cards.sql
2026-08-20 21:58:04 +08:00

5 lines
239 B
SQL

-- 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;