You've already forked agentic-coding-workflow
feat(chat): migration 0004 + errs codes for chat/llm/storage
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user