feat: implement chat and conversation history management with database schema and API endpoints
Build and Release / release (push) Successful in 1m30s
Build and Release / release (push) Successful in 1m30s
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DROP TABLE IF EXISTS chatbot_histories CASCADE;
|
||||
DROP TABLE IF EXISTS messages CASCADE;
|
||||
DROP TABLE IF EXISTS conversations CASCADE;
|
||||
Reference in New Issue
Block a user