ragflow/api/db
cucusenok 04ef5b2783
Fix: usage of postgresql -> postgres for db_type (#10120)
### What problem does this PR solve?

This PR fixes incorrect naming for PostgreSQL usage by replacing all
instances of `postgresql` with the correct `postgres` in the `db_type`
field. This resolves potential configuration errors and ensures
consistency when specifying the database type.

Also fixed handling of None for `get_queue_length`

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

Co-authored-by: cucusenok <BP-116: updated readme.md>
2025-09-17 10:30:45 +08:00
..
services Fix: usage of postgresql -> postgres for db_type (#10120) 2025-09-17 10:30:45 +08:00
__init__.py Feat: add canvas_category field for UserCanvas and CanvasTemplate (#9885) 2025-09-03 14:55:24 +08:00
db_models.py Feat: add canvas_category field for UserCanvas and CanvasTemplate (#9885) 2025-09-03 14:55:24 +08:00
db_utils.py Introduced beartype (#3460) 2024-11-18 17:38:17 +08:00
init_data.py Refa: split services about llm. (#9450) 2025-08-13 16:41:01 +08:00
reload_config_base.py Format file format from Windows/dos to Unix (#1949) 2024-08-15 09:17:36 +08:00
runtime_config.py Update version display on web UI (#3405) 2024-11-14 17:51:21 +08:00