Files
web-hosts/domains/coppertone.tech/backend/migrations/005_create_llm_tables.down.sql
2025-12-26 13:38:04 +01:00

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;