Feat: enable sync deleted files for RDBMS & fix remove last file issue (#14615)

### What problem does this PR solve?

Feat: enable sync deleted files for RDBMS & fix remove last file issue

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Magicbook1108
2026-05-07 13:31:05 +08:00
committed by GitHub
parent b8b741555f
commit 911671cef0
4 changed files with 610 additions and 206 deletions

View File

@@ -126,6 +126,12 @@ export const DataSourceFeatureVisibilityMap: Partial<
[DataSourceKey.RSS]: {
syncDeletedFiles: true,
},
[DataSourceKey.MYSQL]: {
syncDeletedFiles: true,
},
[DataSourceKey.POSTGRESQL]: {
syncDeletedFiles: true,
},
};
const isDataSourceFeatureVisible = (