feat: implement chat and conversation history management with database schema and API endpoints
All checks were successful
Build and Release / release (push) Successful in 1m30s
All checks were successful
Build and Release / release (push) Successful in 1m30s
This commit is contained in:
3
db/migrations/0000015_chat_and_support.down.sql
Normal file
3
db/migrations/0000015_chat_and_support.down.sql
Normal file
@@ -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