7 lines
188 B
SQL
7 lines
188 B
SQL
-- Drop LLM tables
|
|
DROP INDEX IF EXISTS idx_llm_history_user_provider;
|
|
DROP INDEX IF EXISTS idx_llm_configs_user;
|
|
|
|
DROP TABLE IF EXISTS llm_chat_history;
|
|
DROP TABLE IF EXISTS llm_configs;
|