mirror of
https://github.com/langgenius/dify.git
synced 2026-02-24 03:41:21 +08:00
Remove the is_deleted field that was never utilized for soft deletion. This simplifies queries and reduces unnecessary database overhead. Fixes #25017