ragflow/web
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
..
.husky
.storybook Feat: Added RenameDialog NumberInput and Spin storybook #9914 (#9925) 2025-09-05 09:57:00 +08:00
public Feat: Adjust the style of the note node #3221 (#9167) 2025-08-01 20:21:19 +08:00
src Fix: usage of postgresql -> postgres for db_type (#10120) 2025-09-17 10:30:45 +08:00
.env
.eslintrc.js Feat: Display AvatarUpload and RAGFlowAvatar in Storybook #9914 (#9920) 2025-09-04 18:02:17 +08:00
.gitignore Feat: Use storybook to display public components. #9914 (#9915) 2025-09-04 17:03:36 +08:00
.npmrc
.prettierignore
.prettierrc
.umirc.ts Feat: Allow chat to use meta data #3221 (#9393) 2025-08-12 10:15:10 +08:00
externals.d.ts
jest-setup.ts
jest.config.ts
package-lock.json feat: Added UI functions related to data-flow knowledge base #3221 (#10038) 2025-09-11 09:51:18 +08:00
package.json feat: Added UI functions related to data-flow knowledge base #3221 (#10038) 2025-09-11 09:51:18 +08:00
postcss.config.js Feat: Use storybook to display public components. #9914 (#9915) 2025-09-04 17:03:36 +08:00
tailwind.config.js fix: Optimize internationalization configuration #3221 (#9924) 2025-09-05 09:57:15 +08:00
tailwind.css Fix: Optimize table style #3221 (#9703) 2025-08-26 10:46:54 +08:00
tsconfig.json
typings.d.ts