ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend
Database Management: Delete old conversations table
Open
@Prajna1999 is already working on this.
Since Aug 31, 2026.
- Dominant language
- Python
- Stars
- 18
- Forks
- 10
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 14
Description
Is your feature request related to a problem?
The old OpenAI conversations/assistant table has not seen any activity since June 2026, and it is no longer serving its purpose. This leads to confusion and unnecessary clutter in our system.
Describe the solution you'd like
- Completely delete the old OpenAI conversations/assistant table (with migration).
- Mark the corresponding API as deprecated and update documentation accordingly.
Original issue
Context
The old OpenAI conversations/assistant table is effectively dead — last real activity was June 2026.
Decision
- Delete the old OpenAI conversations/assistant table entirely.
- Mark the corresponding API as deprecated.
Acceptance criteria
- The dead table is removed (with migration).
- The corresponding API is documented/marked as deprecated.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.