mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-03 17:15:08 +08:00
Fix duplicate POSTGRES enum entry causing backend startup failure (#12936)
### What problem does this PR solve? Fixes a duplicate POSTGRES entry in the TextFieldType enum that triggers TypeError: 'POSTGRES' already defined as 'TEXT' on import, preventing the backend from starting and resulting in 502 errors on the frontend. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in: