feat(chat): migration 0004 + errs codes for chat/llm/storage

This commit is contained in:
2026-05-04 00:15:13 +08:00
parent a79eb82ab5
commit eb73fbba46
4 changed files with 189 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
DROP TABLE IF EXISTS llm_usage;
DROP TABLE IF EXISTS message_attachments;
DROP TABLE IF EXISTS messages;
DROP TABLE IF EXISTS conversations;
DROP TABLE IF EXISTS prompt_templates;
DROP TABLE IF EXISTS llm_models;
DROP TABLE IF EXISTS llm_endpoints;