[PR #25018] refactor: remove unused is_deleted field from conversations table #30889

Open
opened 2026-02-21 20:48:25 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/25018

State: open
Merged: No


Summary

  • Removed the is_deleted field from the Conversation model that was never utilized
  • Cleaned up all references to is_deleted filtering in conversation queries
  • Added database migration to drop the unused column

Related Issue

Fixes #25017

Test plan

  • Run existing tests to ensure no regressions
  • Verify conversation listing and filtering still works correctly
  • Test database migration rollback and upgrade
**Original Pull Request:** https://github.com/langgenius/dify/pull/25018 **State:** open **Merged:** No --- ## Summary - Removed the `is_deleted` field from the Conversation model that was never utilized - Cleaned up all references to `is_deleted` filtering in conversation queries - Added database migration to drop the unused column ## Related Issue Fixes #25017 ## Test plan - [x] Run existing tests to ensure no regressions - [x] Verify conversation listing and filtering still works correctly - [x] Test database migration rollback and upgrade
yindo added the pull-request label 2026-02-21 20:48:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#30889